github.com/handlerbot/terraform@v0.10.0-beta1.0.20180726153736-26b68d98f9cb/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 }