Skip to content

Commit

Permalink
Merge pull request #53 from asfadmin/v8.1.0.0-rc
Browse files Browse the repository at this point in the history
V8.1.0.0 rc
  • Loading branch information
bbuechler authored May 12, 2021
2 parents 4be775d + c788a4f commit 94a735a
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

## v8.1.0.0

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

## v6.0.0.0

* change `daac/s3-replicator.tf` to reference `v6.0.0` terraform module
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/v6.0.0/terraform-aws-cumulus-s3-replicator.zip"
source = "https://github.com/nasa/cumulus/releases/download/v8.1.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/v6.0.0/terraform-aws-cumulus-workflow.zip"
source = "https://github.com/nasa/cumulus/releases/download/v8.1.0/terraform-aws-cumulus-workflow.zip"

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

0 comments on commit 94a735a

Please sign in to comment.