mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-04 13:17:43 -06:00
18 lines
323 B
JSON
18 lines
323 B
JSON
{
|
|
"version": 3,
|
|
"serial": 1,
|
|
"lineage": "mismatch",
|
|
"modules": [
|
|
{
|
|
"path": ["root"],
|
|
"outputs": {
|
|
"foo": {
|
|
"type": "string",
|
|
"value": "bar"
|
|
}
|
|
},
|
|
"resources": {}
|
|
}
|
|
]
|
|
}
|