github.com/i0n/terraform@v0.4.3-0.20150506151324-010a39a58ec1/config/test-fixtures/count-int/main.tf (about) 1 resource "foo" "bar" { 2 count = 5 3 }