Skip to content

Commit

Permalink
Merge pull request #97 from asfadmin/v3.0.1.0-rc
Browse files Browse the repository at this point in the history
upgrade Cumulus to v3.0.1
  • Loading branch information
mckadesorensen authored Oct 27, 2020
2 parents 23d3d72 + dfade51 commit f4e5c18
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v3.0.1.0

* Upgrade to Cumulus [V3.0.1](https://github.com/nasa/Cumulus/releases/tag/v3.0.1)

## v3.0.0.0

* Upgrade to Cumulus [V3.0.0](https://github.com/nasa/Cumulus/releases/tag/v3.0.0)
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/v3.0.0/terraform-aws-cumulus.zip//tf-modules/cumulus"
source = "https://github.com/nasa/cumulus/releases/download/v3.0.1/terraform-aws-cumulus.zip//tf-modules/cumulus"
cumulus_message_adapter_lambda_layer_arn = data.terraform_remote_state.daac.outputs.cma_layer_arn

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 @@ -11,7 +11,7 @@ provider "aws" {
}

module "data_persistence" {
source = "https://github.com/nasa/cumulus/releases/download/v3.0.0/terraform-aws-cumulus.zip//tf-modules/data-persistence"
source = "https://github.com/nasa/cumulus/releases/download/v3.0.1/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 f4e5c18

Please sign in to comment.