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