Skip to content

Commit

Permalink
UPDATE code to pass archive bucket names as lambda env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ramesh-maddegoda committed Aug 14, 2024
1 parent e9c9141 commit 7baf454
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ module "product-copy-completion-checker" {
pds_nucleus_config_bucket_name = var.pds_nucleus_config_bucket_name
subnet_ids = var.subnet_ids
pds_nucleus_default_airflow_dag_id = var.pds_nucleus_default_airflow_dag_id
pds_nucleus_hot_archive_bucket_name = module.archive.pds_nucleus_hot_archive_bucket_name
pds_nucleus_cold_archive_bucket_name = module.archive.pds_nucleus_cold_archive_bucket_name
pds_nucleus_cold_archive_name_postfix = var.pds_nucleus_cold_archive_name_postfix
pds_nucleus_hot_archive_name_postfix = var.pds_nucleus_hot_archive_name_postfix

pds_node_names = var.pds_node_names
pds_nucleus_opensearch_urls = var.pds_nucleus_opensearch_urls
Expand Down

0 comments on commit 7baf454

Please sign in to comment.