mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
13 lines
204 B
JSON
13 lines
204 B
JSON
{
|
|
"version": 4,
|
|
"terraform_version": "0.8.2",
|
|
"serial": 8,
|
|
"lineage": "local",
|
|
"outputs": {
|
|
"foo": {
|
|
"type": "string",
|
|
"value": "bar"
|
|
}
|
|
}
|
|
}
|