mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-20 11:48:24 -06:00
11 lines
166 B
JSON
11 lines
166 B
JSON
|
{
|
||
|
"output": {
|
||
|
"firstOutput": {
|
||
|
"value": "${aws_instance.test.0.foo}"
|
||
|
},
|
||
|
"secondOutput": {
|
||
|
"value": "${aws_instance.test.1.foo}"
|
||
|
}
|
||
|
}
|
||
|
}
|