terraform/internal/command/testdata/test/simple_pass_count/main.tf

4 lines
63 B
HCL

resource "test_resource" "foo" {
count = 3
value = "bar"
}