Skip to content

Commit

Permalink
Merge pull request #52 from asfadmin/v6.0.0.0-rc
Browse files Browse the repository at this point in the history
V6.0.0.0 rc
  • Loading branch information
bbuechler authored May 5, 2021
2 parents b4e28ee + 081b908 commit 4be775d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@

# CHANGELOG

## v6.0.0.0

* change `daac/s3-replicator.tf` to reference `v6.0.0` terraform module
* change `workflows/main.tf` to reference `v6.0.0` terraform module

## v5.0.1.3

* changes necessary for upgrading Terraform to v0.13.6
Expand Down
2 changes: 1 addition & 1 deletion daac/s3-replicator.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ locals {

module "s3-replicator" {

source = "https://github.com/nasa/cumulus/releases/download/v5.0.1/terraform-aws-cumulus-s3-replicator.zip"
source = "https://github.com/nasa/cumulus/releases/download/v6.0.0/terraform-aws-cumulus-s3-replicator.zip"

prefix = local.prefix
vpc_id = data.aws_vpc.application_vpcs.id
Expand Down
2 changes: 1 addition & 1 deletion workflows/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ provider "aws" {

module "acme_workflow" {

source = "https://github.com/nasa/cumulus/releases/download/v5.0.1/terraform-aws-cumulus-workflow.zip"
source = "https://github.com/nasa/cumulus/releases/download/v6.0.0/terraform-aws-cumulus-workflow.zip"

prefix = local.prefix
name = "ACMEWorkflow"
Expand Down

0 comments on commit 4be775d

Please sign in to comment.