terraform/config/module/testdata/validate-bad-var/main.tf

6 lines
62 B
HCL

module "child" {
source = "./child"
memory = "foo"
}