website docs: fix "Block Representation" for `provider schema -json` (#34653)

* website docs: fix "Block Representation" for `provider schema -json`

* Update website/docs/cli/commands/providers/schema.mdx

---------

Co-authored-by: Radek Simko <radeksimko@users.noreply.github.com>
pull/34661/head
Eloi Perdereau 2 years ago committed by GitHub
parent 3475d22741
commit 30505dd1bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -144,15 +144,16 @@ A block representation contains "attributes" and "block_types" (which represent
// list
// set
// map
"nesting_mode": "list",
"block": <block-representation>,
// "min_items" and "max_items" set lower and upper
// limits on the number of child blocks allowed for
// the list and set modes. These are
// omitted for other modes.
"min_items": 1,
"max_items": 3
"nesting_mode": "list",
"block": <block-representation>,
// "min_items" and "max_items" set lower and upper
// limits on the number of child blocks allowed for
// the list and set modes. These are
// omitted for other modes.
"min_items": 1,
"max_items": 3
}
}
}
```

Loading…
Cancel
Save