mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-13 09:32:24 -06:00
19 lines
363 B
JSON
19 lines
363 B
JSON
{
|
|
"version": 3,
|
|
"terraform_version": "0.8.2",
|
|
"serial": 7,
|
|
"lineage": "backend-change",
|
|
"modules": [
|
|
{
|
|
"path": ["root"],
|
|
"outputs": {
|
|
"foo": {
|
|
"type": "string",
|
|
"value": "bar"
|
|
}
|
|
},
|
|
"resources": {}
|
|
}
|
|
]
|
|
}
|