Files
2023-09-20 15:16:53 +03:00

8 lines
113 B
HCL

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