github.com/wangzhucn/terraform@v0.6.7-0.20151109233120-4eea011b56b3/terraform/test-fixtures/apply-module-var-resource-count/child/main.tf (about)

     1  variable "count" {}
     2  
     3  resource "aws_instance" "foo" {
     4    count = "${var.count}"
     5  }