github.com/leeprovoost/terraform@v0.6.10-0.20160119085442-96f3f76118e7/config/test-fixtures/count-string/main.tf (about)

     1  resource "foo" "bar" {
     2      count = "5"
     3  }