github.com/robertreppel/terraform@v0.11.8-0.20180412164320-05291ab9822d/terraform/test-fixtures/plan-untargeted-resource-output/main.tf (about)

     1  module "mod" {
     2    source = "./mod"
     3  }
     4  
     5  
     6  resource "aws_instance" "c" {
     7    name = "${module.mod.output}"
     8  }