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

4 lines
39 B
Terraform
Raw Normal View History

2014-10-02 20:34:08 +02:00
resource "foo" "bar" {
count = 5
}