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