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

6 lines
81 B
HCL

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