blob: b14d24c45e5cc8675161fbeaadeda1e65da8f07d [file] [log] [blame]
module "child" {
source = "./child"
depends_on = [test_resource.a]
}
resource "test_resource" "a" {
}