Releases: niaid/terraform-aws-managed-config-rules
Releases · niaid/terraform-aws-managed-config-rules
2.1.1
ENHANCEMENTS
- Users no longer need to provide all attributes when overriding an existing AWS managed rule with
rule_overrides
. For example, users may set only a rule'sseverity
FIXES
- Fixed an issue where Config Rules with names that didn't match their identifiers caused
terraform apply
to fail. The rule identifier is now set explicitly from documentation instead of trying to transform the rule name
2.1.0
ENHANCEMENTS
- Added GHA workflow that runs on every pull request with some basic linting and validation
- Added GHA workflow that updates the list of AWS Config Rules every two weeks
- Updated list of AWS Config Rules to match the latest documentation
- Added option to manually set Config Rule severities and override settings from AWS Security Hub controls
FIXES
- Fixed an issue where severity levels set by AWS Security Hub controls weren't being applied correctly to corresponding Config Rules
- Fixed an issue where some Config Rule names were incorrectly being set to their "identifier" value
- Fixed an issue where parsing the documentation was setting Config Rule descriptions incorrectly
- Fixed an issue where the names of the Config Rules listed in the rule packs info file didn't match the names in the managed rules locals file
- Fixed an issue in the parsing scripts where file paths were being set incorrectly
2.0.2
What's Changed
Full Changelog: 2.0.1...2.0.2
2.0.1
2.0.0
What's Changed
- Added new managed config rules by @duraikkannuv2 in #14
- Automate config rule updates by @Fozruk in #15
New Contributors
Full Changelog: 1.5.1...2.0.0
1.5.1: Merge pull request #13 from niaid/update-rule-packs
pull in the latest Rule Packs
1.5.0: Merge pull request #12 from niaid/upd-kms-rule-variable
Added optional parameter and updated default values for the rule para…
1.4.1: Merge pull request #11 from niaid/fix-desc-root-account-mfa-enabled
fix description for 'root-account-mfa-enabled'
1.4.0: Merge pull request #10 from niaid/rules-default-value
modified default value to none for iam_inline_policy_blocked_kms_acti…
1.3.0: Merge pull request #7 from niaid/add_new_rules
adds 37 new managed rules