terraform/config/testdata/count-int/main.tf

4 lines
39 B
HCL

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