website: fix JSON typo (resources is array of objects)
This commit is contained in:
parent
ff47cab8c7
commit
c2979e7278
|
@ -45,6 +45,7 @@ The following example illustrates the structure of the common `<values-represent
|
||||||
// "root_module" describes the resources and child modules in the root module.
|
// "root_module" describes the resources and child modules in the root module.
|
||||||
"root_module": {
|
"root_module": {
|
||||||
"resources": [
|
"resources": [
|
||||||
|
{
|
||||||
// "address" is the absolute resource address, which callers must consider
|
// "address" is the absolute resource address, which callers must consider
|
||||||
// opaque but may do full string comparisons with other address strings or
|
// opaque but may do full string comparisons with other address strings or
|
||||||
// pass this verbatim to other Terraform commands that are documented to
|
// pass this verbatim to other Terraform commands that are documented to
|
||||||
|
@ -87,6 +88,7 @@ The following example illustrates the structure of the common `<values-represent
|
||||||
"instance_type": "t2.micro",
|
"instance_type": "t2.micro",
|
||||||
// etc, etc
|
// etc, etc
|
||||||
}
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
"child_modules": [
|
"child_modules": [
|
||||||
|
|
Loading…
Reference in New Issue