From 64f0cf942775614e1a6957f756daf7ab46d285b1 Mon Sep 17 00:00:00 2001 From: "Lindsley, Chris" Date: Mon, 18 Nov 2024 16:17:11 -0500 Subject: [PATCH 1/2] add outputs for rds_lambda --- CHANGELOG.md | 2 ++ cumulus/outputs.tf | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30e44e3..c522f7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # CHANGELOG ## Unreleased +* add cumulus outputs to allow deployment of the (rds_lambda)[https://github.com/ghrcdaac/ghrc_rds_lambda] +which is used as a plugin for (PyLOT)[https://github.com/ghrcdaac/cloud-operations-tool-py] ## v18.5.1.0 * Upgrade to [Cumulus v18.5.1](https://github.com/nasa/cumulus/releases/tag/v18.5.1) diff --git a/cumulus/outputs.tf b/cumulus/outputs.tf index 00747a8..f9f93d0 100644 --- a/cumulus/outputs.tf +++ b/cumulus/outputs.tf @@ -49,6 +49,10 @@ output "pdr_status_check_task" { value = module.cumulus.pdr_status_check_task } +output "provider_kms_key_id" { + value = module.cumulus.provider_kms_key_id +} + output "queue_granules_task" { value = module.cumulus.queue_granules_task } @@ -79,6 +83,9 @@ output "sqs2sfThrottle_lambda_function_arn" { # --------- # Cumulus IAM Resources +output "lambda_processing_role_name" { + value = module.cumulus.lambda_processing_role_name +} output "lambda_processing_role_arn" { value = module.cumulus.lambda_processing_role_arn } From d80aa632d3d70ed155c7e5b7c67819afa31480b7 Mon Sep 17 00:00:00 2001 From: "Lindsley, Chris" Date: Mon, 18 Nov 2024 16:30:32 -0500 Subject: [PATCH 2/2] fix markdown links --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c522f7c..92afede 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # CHANGELOG ## Unreleased -* add cumulus outputs to allow deployment of the (rds_lambda)[https://github.com/ghrcdaac/ghrc_rds_lambda] -which is used as a plugin for (PyLOT)[https://github.com/ghrcdaac/cloud-operations-tool-py] +* add cumulus outputs to allow deployment of the [rds_lambda](https://github.com/ghrcdaac/ghrc_rds_lambda) +which is used as a plugin for [PyLOT](https://github.com/ghrcdaac/cloud-operations-tool-py) ## v18.5.1.0 * Upgrade to [Cumulus v18.5.1](https://github.com/nasa/cumulus/releases/tag/v18.5.1)