Sign in
third-party-mirror
/
terraform
/
2c429381ba8003d483a310335d354865d8c6392f
/
.
/
v1.12.2
/
internal
/
stacks
/
stackruntime
/
testdata
/
mainbundle
/
test
/
variable-output-roundtrip-nested
/
variable-output-roundtrip-nested.tfstack.hcl
blob: 27b55d56cea98bf422e55d3cfec077e237b04e58 [
file
] [
log
] [
blame
]
variable
"msg"
{
type
=
string
default
=
"default"
}
stack
"child"
{
source
=
"../variable-output-roundtrip"
inputs
=
{
msg
=
var
.
msg
}
}
output
"msg"
{
type
=
string
value
=
stack
.
child
.
msg
}