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

8 lines
113 B
HCL

resource "test_object" "a" {
test_string = "${module.child.output}"
}
module "child" {
source = "./child"
}