From 07980669e6bccfe741f77ad01abddc2e80efc6a8 Mon Sep 17 00:00:00 2001 From: pavmoj <142988272+pavmoj@users.noreply.github.com> Date: Tue, 16 Jul 2024 11:32:09 +0100 Subject: [PATCH] Reference latest patch module (#7111) * reference new changes --- terraform/environments/hmpps-domain-services/patch.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/terraform/environments/hmpps-domain-services/patch.tf b/terraform/environments/hmpps-domain-services/patch.tf index 556a3375739..65ff35d4e49 100644 --- a/terraform/environments/hmpps-domain-services/patch.tf +++ b/terraform/environments/hmpps-domain-services/patch.tf @@ -1,7 +1,7 @@ module "test-2a" { #checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions # This is an internal module so commit hashes are not needed - source = "github.com/ministryofjustice/modernisation-platform-terraform-ssm-patching.git?ref=ssm-patch-module-refactor" + source = "github.com/ministryofjustice/modernisation-platform-terraform-ssm-patching.git?ref=v3.1.0" count = local.is-test == true ? 1 : 0 providers = { aws.bucket-replication = aws @@ -30,7 +30,7 @@ module "test-2a" { module "test-2c" { #checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions # This is an internal module so commit hashes are not needed - source = "github.com/ministryofjustice/modernisation-platform-terraform-ssm-patching.git?ref=ssm-patch-module-refactor" + source = "github.com/ministryofjustice/modernisation-platform-terraform-ssm-patching.git?ref=v3.1.0" count = local.is-test == true ? 1 : 0 providers = { aws.bucket-replication = aws @@ -59,7 +59,7 @@ module "test-2c" { module "development" { #checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions # This is an internal module so commit hashes are not needed - source = "github.com/ministryofjustice/modernisation-platform-terraform-ssm-patching.git?ref=ssm-patch-module-refactor" + source = "github.com/ministryofjustice/modernisation-platform-terraform-ssm-patching.git?ref=v3.1.0" count = local.is-development == true ? 1 : 0 providers = { aws.bucket-replication = aws