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

8 lines
111 B
HCL

module "child" {
source = "./child"
}
resource "aws_instance" "foo" {
value = "${module.child.bar}"
}