Skip to content

Commit

Permalink
Updated to cumulus v2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mckadesorensen committed Sep 29, 2020
1 parent d3fb50a commit 7e412f4
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

## v2.0.6.0

* Upgrade to Cumulus [V2.0.6](https://github.com/nasa/Cumulus/releases/tag/v2.0.6)

## v2.0.4.0

* Upgrade to Cumulus [V2.0.4](https://github.com/nasa/Cumulus/releases/tag/v2.0.4) to upgrade TEA to build 88
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/v2.0.4/terraform-aws-cumulus.zip//tf-modules/cumulus"
source = "https://github.com/nasa/cumulus/releases/download/v2.0.6/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/v2.0.4/terraform-aws-cumulus.zip//tf-modules/data-persistence"
source = "https://github.com/nasa/cumulus/releases/download/v2.0.6/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 7e412f4

Please sign in to comment.