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

4 lines
64 B
HCL

resource "aws_instance" "foo" {
foo = "${module.foo.bar}"
}