Skip to content

Commit

Permalink
point to v7.2.0 for baseline module
Browse files Browse the repository at this point in the history
richgreen-moj committed Jun 24, 2024
1 parent 59d03f6 commit 04bbb7e
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/environments/bootstrap/secure-baselines/main.tf
Original file line number Diff line number Diff line change
@@ -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=f737104c63122ec92d82ddc376ed458801d14d2a" # point to 'feature/add-unit-tests' branch on baselines module
source = "github.com/ministryofjustice/modernisation-platform-terraform-baselines?ref=957a6ca5f5a4e81fa6fa7799a8e060b630bc14ab" # v7.2.0

providers = {
# Default and replication regions
2 changes: 1 addition & 1 deletion terraform/modernisation-platform-account/baselines.tf
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ locals {
# Secure baselines (GuardDuty, Config, SecurityHub, etc)
#trivy:ignore:AVD-AWS-0136 trivy:ignore:AVD-AWS-0132
module "baselines-modernisation-platform" {
source = "github.com/ministryofjustice/modernisation-platform-terraform-baselines?ref=2a59110767bd30e949b242818da7dbe72fe9481b" # v7.1.0
source = "github.com/ministryofjustice/modernisation-platform-terraform-baselines?ref=957a6ca5f5a4e81fa6fa7799a8e060b630bc14ab" # v7.2.0
providers = {
# Default and replication regions
aws = aws.modernisation-platform-eu-west-2

0 comments on commit 04bbb7e

Please sign in to comment.