github.com/gettyimages/terraform@v0.7.6-0.20161219132226-dc052c5707a3/terraform/test-fixtures/refresh-module-input-computed-output/child/main.tf (about) 1 variable "input" {} 2 3 resource "aws_instance" "foo" { 4 foo = "${var.input}" 5 } 6 7 output "foo" { 8 value = "${aws_instance.foo.foo}" 9 }