github.com/nathanielks/terraform@v0.6.1-0.20170509030759-13e1a62319dc/terraform/test-fixtures/apply-output-add-before/main.tf (about)

     1  provider "aws" {}
     2  
     3  resource "aws_instance" "test" {
     4  		foo = "${format("foo%d", count.index)}"
     5  		count = 2
     6  }