Skip to content

Commit

Permalink
Reference latest patch module (#7111)
Browse files Browse the repository at this point in the history
* reference new changes
  • Loading branch information
pavmoj authored Jul 16, 2024
1 parent 84ee007 commit 0798066
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=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
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=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
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=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
Expand Down

0 comments on commit 0798066

Please sign in to comment.