Skip to content

Commit

Permalink
UPDATE PDS_STAGING_S3_BUCKET_NAME env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ramesh-maddegoda committed Aug 14, 2024
1 parent 7806be0 commit f52142a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ resource "aws_lambda_function" "pds_nucleus_product_completion_checker_function"
PDS_MWAA_ENV_NAME = var.airflow_env_name
PDS_HOT_ARCHIVE_S3_BUCKET_NAME = "${lower(replace(var.pds_node_names[count.index], "_", "-"))}-${var.pds_nucleus_cold_archive_name_postfix}"
PDS_COLD_ARCHIVE_S3_BUCKET_NAME = "${lower(replace(var.pds_node_names[count.index], "_", "-"))}-${var.pds_nucleus_hot_archive_name_postfix}"
STAGING_S3_BUCKET_NAME = aws_s3_bucket.pds_nucleus_s3_staging_bucket[count.index].id
PDS_STAGING_S3_BUCKET_NAME = aws_s3_bucket.pds_nucleus_s3_staging_bucket[count.index].id
}
}
}
Expand Down

0 comments on commit f52142a

Please sign in to comment.