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