Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
plan-count-module-static
/
main.tf
blob: b2c7ca66e7ae588df08bdec9e1b251349186a752 [
file
] [
log
] [
blame
]
variable
"foo"
{
default
=
"3"
}
module
"child"
{
source
=
"./child"
value
=
"${var.foo}"
}