From 340a2715b44bc70976892f8efb5d13cf59bcee4c Mon Sep 17 00:00:00 2001 From: Michael Hall Date: Tue, 24 Jan 2023 17:05:33 -0600 Subject: [PATCH 1/2] - Corrected typo of the besd version. --- docs/index.md | 2 +- variables.tf | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index d415786..ada7ffd 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,7 +2,7 @@ # 📖 Release notes ## v4.0.4 This release: -* Updated the desd docker image to 3.20.13-306 which should resolve issue with the Bathy_SBES dataset. +* Updated the desd docker image to 3.20.13-310 which should resolve issue with the Bathy_SBES dataset. ## 🏃 Migration Steps to v4.0.4 ```code module "dmrpp-generator" { diff --git a/variables.tf b/variables.tf index 65369e9..05ee0d1 100644 --- a/variables.tf +++ b/variables.tf @@ -34,7 +34,8 @@ variable "log_destination_arn" { variable "docker_image" { description = "Docker image used to generate DMRPP" type = string - default = "ghrcdaac/dmrpp-generator:VERSION_SUB" +// default = "ghrcdaac/dmrpp-generator:VERSION_SUB" + default = "michaellh/dmrpp-testing:latest" } variable "volumes" { From 19d8759c1d7eb359e65ffb935b370d28791e6f1c Mon Sep 17 00:00:00 2001 From: Michael Hall Date: Tue, 24 Jan 2023 17:07:13 -0600 Subject: [PATCH 2/2] - Undoing sorce location for docker_image --- variables.tf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/variables.tf b/variables.tf index 05ee0d1..65369e9 100644 --- a/variables.tf +++ b/variables.tf @@ -34,8 +34,7 @@ variable "log_destination_arn" { variable "docker_image" { description = "Docker image used to generate DMRPP" type = string -// default = "ghrcdaac/dmrpp-generator:VERSION_SUB" - default = "michaellh/dmrpp-testing:latest" + default = "ghrcdaac/dmrpp-generator:VERSION_SUB" } variable "volumes" {