Skip to content

Commit

Permalink
point baselines to unit-test branch on baselines module
Browse files Browse the repository at this point in the history
  • Loading branch information
richgreen-moj committed Jun 24, 2024
1 parent f4c0fc3 commit 59d03f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/bootstrap/secure-baselines/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ data "aws_kms_key" "cloudtrail_key" {

#trivy:ignore:AVD-AWS-0136
module "baselines" {
source = "github.com/ministryofjustice/modernisation-platform-terraform-baselines?ref=2a59110767bd30e949b242818da7dbe72fe9481b" # v7.1.0
source = "github.com/ministryofjustice/modernisation-platform-terraform-baselines?ref=f737104c63122ec92d82ddc376ed458801d14d2a" # point to 'feature/add-unit-tests' branch on baselines module

providers = {
# Default and replication regions
Expand Down

0 comments on commit 59d03f6

Please sign in to comment.