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

4 lines
39 B
HCL

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