github.com/remind101/go-getter@v0.0.0-20180809191950-4bda8fa99001/test-fixtures/validate-child-good/main.tf (about) 1 module "child" { 2 source = "./child" 3 memory = "1G" 4 } 5 6 resource "aws_instance" "foo" { 7 memory = "${module.child.result}" 8 }