DEBSOURCES
Skip Quicknav
sources / golang-github-hashicorp-go-getter / 1.4.1-1 / testdata / validate-child-good / main.tf
12345678
module "child" { source = "./child" memory = "1G" } resource "aws_instance" "foo" { memory = "${module.child.result}" }