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

4 lines
41 B
HCL

resource "foo" "bar" {
count = "5"
}