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

4 lines
41 B
Terraform
Raw Normal View History

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