Skip to content

Commit bb724cd

Browse files
authoredDec 3, 2022
feat: enable CIS benchmark v1.4.0 standard (#308)
1 parent 07dc101 commit bb724cd

File tree

1 file changed

+1
-1
lines changed
  • modules/securityhub-baseline

1 file changed

+1
-1
lines changed
 

‎modules/securityhub-baseline/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ resource "aws_securityhub_invite_accepter" "invitee" {
4343
resource "aws_securityhub_standards_subscription" "cis" {
4444
count = var.enable_cis_standard ? 1 : 0
4545

46-
standards_arn = "arn:aws:securityhub:::ruleset/cis-aws-foundations-benchmark/v/1.2.0"
46+
standards_arn = "arn:aws:securityhub:${data.aws_region.current.name}::standards/cis-aws-foundations-benchmark/v/1.4.0"
4747

4848
depends_on = [aws_securityhub_account.main]
4949
}

0 commit comments

Comments
 (0)
Please sign in to comment.