mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-13 21:01:16 -04: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"
|
|
}
|
|
}
|
|
}
|