mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-15 22:00:34 -05:00
8 lines
113 B
HCL
8 lines
113 B
HCL
resource "test_object" "a" {
|
|
test_string = "${module.child.output}"
|
|
}
|
|
|
|
module "child" {
|
|
source = "./child"
|
|
}
|