opentofu/config/test-fixtures/count-var/main.tf
2014-10-02 11:34:08 -07:00

4 lines
50 B
HCL

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