mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-27 02:02:35 -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"
|
|
}
|