github.com/maheshbr/terraform@v0.3.1-0.20141020033300-deec7194a3ea/config/test-fixtures/count-var/main.tf (about)

     1  resource "foo" "bar" {
     2      count = "${var.foo}"
     3  }