github.com/CodeherentUK/terraform@v0.11.10/terraform/test-fixtures/apply-targeted-module-resource/main.tf (about)

     1  module "child" {
     2      source = "./child"
     3  }
     4  
     5  resource "aws_instance" "bar" {
     6      foo = "bar"
     7  }