From 924a92505e9fc683bcf4fbedbe978d657ec7be6a Mon Sep 17 00:00:00 2001 From: Nate Pauzenga Date: Mon, 21 Oct 2024 11:37:49 -0400 Subject: [PATCH] bump cumulus release --- cumulus-tf/additions.tf.example | 2 +- cumulus-tf/hello_world_workflow.tf | 2 +- cumulus-tf/main.tf | 2 +- data-persistence-tf/main.tf | 2 +- rds-cluster-tf/main.tf | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cumulus-tf/additions.tf.example b/cumulus-tf/additions.tf.example index 1df791d..0ca969f 100644 --- a/cumulus-tf/additions.tf.example +++ b/cumulus-tf/additions.tf.example @@ -102,7 +102,7 @@ resource "aws_iam_role" "sample_role" { } module "hello_and_bye_world_workflow" { - source = "https://github.com/nasa/cumulus/releases/download/v18.4.0/terraform-aws-cumulus-workflow.zip" + source = "https://github.com/nasa/cumulus/releases/download/v19.1.0/terraform-aws-cumulus-workflow.zip" prefix = var.prefix name = "HelloAndByeWorldWorkflow" diff --git a/cumulus-tf/hello_world_workflow.tf b/cumulus-tf/hello_world_workflow.tf index 0921bbd..af3733f 100644 --- a/cumulus-tf/hello_world_workflow.tf +++ b/cumulus-tf/hello_world_workflow.tf @@ -1,5 +1,5 @@ module "hello_world_workflow" { - source = "https://github.com/nasa/cumulus/releases/download/v18.4.0/terraform-aws-cumulus-workflow.zip" + source = "https://github.com/nasa/cumulus/releases/download/v19.1.0/terraform-aws-cumulus-workflow.zip" prefix = var.prefix name = "HelloWorldWorkflow" diff --git a/cumulus-tf/main.tf b/cumulus-tf/main.tf index a4d1736..9ef62ef 100644 --- a/cumulus-tf/main.tf +++ b/cumulus-tf/main.tf @@ -47,7 +47,7 @@ data "terraform_remote_state" "data_persistence" { module "cumulus" { - source = "https://github.com/nasa/cumulus/releases/download/v18.4.0/terraform-aws-cumulus.zip//tf-modules/cumulus" + source = "https://github.com/nasa/cumulus/releases/download/v19.1.0/terraform-aws-cumulus.zip//tf-modules/cumulus" cumulus_message_adapter_lambda_layer_version_arn = aws_lambda_layer_version.cma_layer.arn diff --git a/data-persistence-tf/main.tf b/data-persistence-tf/main.tf index 90202e9..ff99473 100644 --- a/data-persistence-tf/main.tf +++ b/data-persistence-tf/main.tf @@ -18,7 +18,7 @@ provider "aws" { data "aws_region" "current" {} module "data_persistence" { - source = "https://github.com/nasa/cumulus/releases/download/v18.4.0/terraform-aws-cumulus.zip//tf-modules/data-persistence" + source = "https://github.com/nasa/cumulus/releases/download/v19.1.0/terraform-aws-cumulus.zip//tf-modules/data-persistence" prefix = var.prefix subnet_ids = var.subnet_ids diff --git a/rds-cluster-tf/main.tf b/rds-cluster-tf/main.tf index 7d7b790..7099543 100644 --- a/rds-cluster-tf/main.tf +++ b/rds-cluster-tf/main.tf @@ -14,7 +14,7 @@ provider "aws" { data "aws_region" "current" {} module "rds_cluster" { - source = "https://github.com/nasa/cumulus/releases/download/v18.4.0/terraform-aws-cumulus-rds.zip" + source = "https://github.com/nasa/cumulus/releases/download/v19.1.0/terraform-aws-cumulus-rds.zip" db_admin_username = var.db_admin_username db_admin_password = var.db_admin_password region = var.region