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

4 lines
61 B
HCL

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