terraform/config/testdata/validate-count-var-unknown/main.tf

4 lines
56 B
HCL

resource "aws_instance" "foo" {
count = "${list}"
}