terraform/config/testdata/validate-resource-self/main.tf

4 lines
58 B
HCL

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