Sign in
third-party-mirror
/
terraform
/
bf34d3fc4c67487ae2edffb03d772624f66b343e
/
.
/
v1.3.10
/
internal
/
terraform
/
testdata
/
plan-module-var
/
child
/
main.tf
blob: c7b1d283e3a0179f8bfcc297ba9524f543bbe544 [
file
] [
log
] [
blame
]
resource
"aws_instance"
"foo"
{
num
=
"2"
}
output
"num"
{
value
=
"${aws_instance.foo.num}"
}