Skip to content

Commit

Permalink
Adding missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
hectormachin committed Dec 13, 2023
1 parent c566766 commit 94c923f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profiles/stac-server/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
]
}

0 comments on commit 94c923f

Please sign in to comment.