terraform/config/testdata/count-list/main.tf

4 lines
51 B
HCL

resource "foo" "bar" {
count = "${var.list}"
}