mirror of
https://github.com/opentofu/opentofu.git
synced 2026-05-19 08:26:07 -04:00
11 lines
170 B
JSON
11 lines
170 B
JSON
{
|
|
"version": 4,
|
|
"serial": 2,
|
|
"lineage": "hello",
|
|
"outputs": {
|
|
"foo": {
|
|
"type": "string",
|
|
"value": "baz"
|
|
}
|
|
}
|
|
}
|