mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-14 17:44:26 -06:00
22 lines
414 B
JSON
22 lines
414 B
JSON
{
|
|
"version": 3,
|
|
"terraform_version": "0.8.2",
|
|
"serial": 8,
|
|
"lineage": "local",
|
|
"modules": [
|
|
{
|
|
"path": [
|
|
"root"
|
|
],
|
|
"outputs": {
|
|
"foo": {
|
|
"type": "string",
|
|
"value": "bar"
|
|
}
|
|
},
|
|
"resources": {},
|
|
"depends_on": []
|
|
}
|
|
]
|
|
}
|