diff --git a/profiles/stac-server/main.tf b/profiles/stac-server/main.tf index 965d82e..f01ce39 100644 --- a/profiles/stac-server/main.tf +++ b/profiles/stac-server/main.tf @@ -82,7 +82,7 @@ module "ongoing_ingest" { destination_collections_max_long = var.stac_server_inputs.ingest.destination_collections_max_long depends_on = [ - module.stac-server + module.stac-server, module.historical_ingest ] }