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

4 lines
59 B
HCL

resource "aws_instance" "foo" {
foo = "${path.nope}"
}