terraform/config/test-fixtures/validate-resource-self/main.tf

4 lines
58 B
HCL

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