blob: 994d8fca17dce52f202b882330957ab718061a23 [file] [log] [blame]
resource "test_object" "foo" {}
module "child1" {
source = "./child1"
instance_id = "${test_object.foo.id}"
}
module "child2" {
source = "./child2"
}