opentofu/config/test-fixtures/validate-path-var/main.tf

4 lines
61 B
Terraform
Raw Normal View History

2014-10-07 20:03:11 -05:00
resource "aws_instance" "foo" {
foo = "${path.module}"
}