Files
opentf/terraform/testdata/graph-node-module-expand/child/main.tf
2019-06-30 10:16:15 +02:00

5 lines
108 B
HCL

resource "aws_instance" "foo" {}
resource "aws_instance" "bar" {
var = "${aws_instance.foo.whatever}"
}