mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-16 11:29:57 -04:00
17 lines
320 B
JSON
17 lines
320 B
JSON
{
|
|
"version": 3,
|
|
"serial": 2,
|
|
"lineage": "hello",
|
|
"modules": [
|
|
{
|
|
"path": ["root"],
|
|
"outputs": {
|
|
"foo": {
|
|
"type": "string",
|
|
"value": "baz"
|
|
}
|
|
},
|
|
"resources": {}
|
|
}
|
|
]
|
|
}
|