opentofu/config/testdata/count-var/main.tf

4 lines
50 B
Terraform
Raw Normal View History

2014-10-02 13:34:08 -05:00
resource "foo" "bar" {
count = "${var.foo}"
}