Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
plan-module-input-var
/
main.tf
blob: 3fba315ee2f96c77279197af693a715dd45ddbb3 [
file
] [
log
] [
blame
]
variable
"foo"
{}
module
"child"
{
input
=
"${var.foo}"
source
=
"./child"
}
resource
"aws_instance"
"bar"
{
foo
=
"2"
}