Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
lang
/
globalref
/
testdata
/
assorted
/
child
/
assorted-child.tf
blob: e722fe8e1d1008dfa2ee34dc5ac714c4231882bb [
file
] [
log
] [
blame
]
variable
"a"
{
}
resource
"test_thing"
"foo"
{
string
=
var
.
a
}
output
"a"
{
value
=
{
a
=
var
.
a
foo
=
test_thing
.
foo
}
}