Skip to content

Commit

Permalink
upgrade Cumulus to v16.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lindsleycj committed Jul 18, 2023
1 parent 6d73109 commit bff9619
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v16.0.0.0

* Upgrade to [Cumulus v16.0.0](https://github.com/nasa/Cumulus/releases/tag/v16.0.0)

## v15.0.3.3

* Update outputs to match cumulus module
Expand Down
2 changes: 1 addition & 1 deletion cumulus/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "cumulus" {
source = "https://github.com/nasa/cumulus/releases/download/v15.0.3/terraform-aws-cumulus.zip//tf-modules/cumulus"
source = "https://github.com/nasa/cumulus/releases/download/v16.0.0/terraform-aws-cumulus.zip//tf-modules/cumulus"

cumulus_message_adapter_lambda_layer_version_arn = data.terraform_remote_state.daac.outputs.cma_layer_arn

Expand Down
2 changes: 1 addition & 1 deletion data-migration1/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ data "terraform_remote_state" "rds" {
}

module "data_migration1" {
source = "https://github.com/nasa/cumulus/releases/download/v15.0.3/terraform-aws-cumulus-data-migrations1.zip"
source = "https://github.com/nasa/cumulus/releases/download/v16.0.0/terraform-aws-cumulus-data-migrations1.zip"

prefix = local.prefix

Expand Down
2 changes: 1 addition & 1 deletion data-persistence/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ provider "aws" {
}

module "data_persistence" {
source = "https://github.com/nasa/cumulus/releases/download/v15.0.3/terraform-aws-cumulus.zip//tf-modules/data-persistence"
source = "https://github.com/nasa/cumulus/releases/download/v16.0.0/terraform-aws-cumulus.zip//tf-modules/data-persistence"

prefix = local.prefix
subnet_ids = data.aws_subnet_ids.subnet_ids.ids
Expand Down

0 comments on commit bff9619

Please sign in to comment.