blob: 2a42635e4f5fac872254261d390c2f0b7a368032 [file] [log] [blame]
resource "test_object" "a" {
test_string = "${module.child.output}"
}
module "child" {
source = "./child"
}