github.com/maheshbr/terraform@v0.3.1-0.20141020033300-deec7194a3ea/terraform/test-fixtures/graph-resource-expand/main.tf (about) 1 resource "aws_instance" "web" { 2 count = 3 3 }