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

4 lines
58 B
Terraform
Raw Normal View History

2015-02-23 23:43:14 +01:00
resource "aws_instance" "foo" {
foo = "${self.bar}"
}