From 5958d80e9f6149c07e24fb950cae346ce5285c29 Mon Sep 17 00:00:00 2001 From: pav Date: Tue, 16 Jul 2024 10:29:11 +0100 Subject: [PATCH] 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 265a8fdc21d..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=v3.0.1" + 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=v3.0.1" + 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=v3.0.1" + 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