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