github.com/jonasi/terraform@v0.6.10-0.20160125170522-e865c342cc1f/terraform/test-fixtures/apply-targeted-module-resource/child/main.tf (about)

     1  resource "aws_instance" "foo" {
     2      num = "2"
     3  }
     4  
     5  resource "aws_instance" "bar" {
     6      num = "2"
     7  }