Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
apply-count-variable
/
main.tf
blob: 6f322f2187f0614729573bf08763657d15a28c30 [
file
] [
log
] [
blame
]
variable
"foo"
{
default
=
"2"
}
resource
"aws_instance"
"foo"
{
foo
=
"foo"
count
=
"${var.foo}"
}