terraform/config/module/test-fixtures/validate-bad-var/main.tf

6 lines
62 B
HCL

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