terraform/config/test-fixtures/count-int/main.tf

4 lines
39 B
HCL

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