Releases: trussworks/terraform-aws-config
Releases · trussworks/terraform-aws-config
v8.1.1
What's Changed
- Added support for config recording frequency by @rafaljanicki in #191
New Contributors
- @rafaljanicki made their first contribution in #191
Full Changelog: v8.1.0...v8.1.1
v8.1.0 Allow creation of encryption of SNS topic
- allow creation of encryption of SNS topic
v8.0.0: Merge pull request #189 from trussworks/remove-obsolete-rules
Remove Obsolete Config Rules
Fix vpc-sg-open-only-to-authorized-ports Rule
Having an invalid string value was causing the vpc-sg-open-only-to-authorized-ports rule to fail.
This now checks for a null value and if present, completely removes the variable from the rule input parameter.
NOTE: The variables for rule vpc-sg-open-only-to-authorized-ports must now be an object.
Fix RDS deletion protection rule
Before this change, contrary to the name, check_rds_cluster_deletion_protection_enabled
was actually enforcing the RDS encryption policy. In version 7.0.0, this setting should enforce deletion protection as intended.
What's Changed
- fix: rds cluster deletion protection rule by @ivanmartos in #184
New Contributors
- @ivanmartos made their first contribution in #184
Full Changelog: v6.1.0...v7.0.0
v6.1.0
Deprecate using Terraform versions before 1.0
Module now requires using Terraform version 1.0 or higher.
v5.3.0: Merge pull request #177 from Cervest/accept_permissions_boundary
- Add option to pass in permissions boundary for IAM roles created for AWS Config #177
Thank you @IvanDechovsky !
v5.2.0: Merge pull request #175 from Cervest/feature_s3_kms_arn
- Create the option to pass in kms key ARN for config logs bucket #175