blob: b42bd439e4076e08904d684c68bd96fb18929243 [file] [log] [blame]
module "child" {
source = "./child"
}
resource "test_object" "create" {}
resource "test_object" "other" {
test_string = "${test_object.create.test_string}"
}