terraform/config/module/test-fixtures/validate-child-good/main.tf

5 lines
60 B
HCL

module "child" {
source = "./child"
memory = "1G"
}