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

4 lines
39 B
Terraform
Raw Normal View History

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