Skip to content

Commit

Permalink
reference new changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pavmoj committed Jul 16, 2024
1 parent 62fb066 commit 5958d80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform/environments/hmpps-domain-services/patch.tf
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5958d80

Please sign in to comment.