diff --git a/Makefile b/Makefile index d98c8b7..6410adb 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ # PYTHON_VER: python3 # --------------------------- -DOCKER_TAG := v21.3.2.0 +DOCKER_TAG := v21.3.3.0 export TF_IN_AUTOMATION="true" export TF_VAR_MATURITY=${MATURITY} export TF_VAR_DEPLOY_NAME=${DEPLOY_NAME} diff --git a/cumulus/main.tf b/cumulus/main.tf index 28285ae..fd3b881 100644 --- a/cumulus/main.tf +++ b/cumulus/main.tf @@ -1,5 +1,5 @@ module "cumulus" { - source = "https://github.com/nasa/cumulus/releases/download/v21.3.2/terraform-aws-cumulus.zip//tf-modules/cumulus" + source = "https://github.com/nasa/cumulus/releases/download/v21.3.3/terraform-aws-cumulus.zip//tf-modules/cumulus" cumulus_message_adapter_lambda_layer_version_arn = data.terraform_remote_state.daac.outputs.cma_layer_arn diff --git a/cumulus/thin-egress.tf b/cumulus/thin-egress.tf index 1f2c370..a2f5fe4 100644 --- a/cumulus/thin-egress.tf +++ b/cumulus/thin-egress.tf @@ -1,5 +1,5 @@ module "thin_egress_app" { - source = "s3::https://s3.amazonaws.com/asf.public.code/thin-egress-app/tea-terraform-build.2.0.3.zip" + source = "s3::https://s3.amazonaws.com/asf.public.code/thin-egress-app/tea-terraform-build.3.0.0.zip" auth_base_url = var.urs_url bucket_map_file = local.bucket_map_key == null ? aws_s3_object.bucket_map_yaml[0].id : local.bucket_map_key diff --git a/data-persistence/main.tf b/data-persistence/main.tf index 947c7ae..d0cc2f0 100644 --- a/data-persistence/main.tf +++ b/data-persistence/main.tf @@ -1,5 +1,5 @@ module "data_persistence" { - source = "https://github.com/nasa/cumulus/releases/download/v21.3.2/terraform-aws-cumulus.zip//tf-modules/data-persistence" + source = "https://github.com/nasa/cumulus/releases/download/v21.3.3/terraform-aws-cumulus.zip//tf-modules/data-persistence" prefix = local.prefix subnet_ids = data.aws_subnets.subnet_ids.ids