From 94c923f90a5ee2ae22533cac4fc20d47da84724b Mon Sep 17 00:00:00 2001 From: Hector Machin Date: Wed, 13 Dec 2023 15:36:26 -0500 Subject: [PATCH] Adding missing comma --- profiles/stac-server/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ] }