Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
apply-destroy-mod-var-and-count
/
child
/
main.tf
blob: 67dac02a2754432eff5c83e3b8bddbd6bf73586b [
file
] [
log
] [
blame
]
variable
"mod_count"
{
}
resource
"aws_instance"
"foo"
{
count
=
"${var.mod_count}"
}