Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
venkyio authored Jan 6, 2022
1 parent 5c4f3dd commit d69c2c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module "managed_rules" {
"Operational-Best-Practices-for-NIST-800-53-rev-4",
]

rule_packs_rules_to_exclude = [
rule_packs_to_exclude = [
"Operational-Best-Practices-for-CIS-AWS-v1.4-Level1",
"Operational-Best-Practices-for-CIS-AWS-v1.4-Level2",
]
Expand Down Expand Up @@ -41,4 +41,4 @@ module "managed_rules" {
}
}
}
}
}

0 comments on commit d69c2c9

Please sign in to comment.