Skip to content

Releases: trussworks/terraform-aws-config

v8.1.1

27 Jun 15:49
13902af
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.1.0...v8.1.1

v8.1.0 Allow creation of encryption of SNS topic

12 Dec 21:29
0f03267
Compare
Choose a tag to compare
  • allow creation of encryption of SNS topic

v8.0.0: Merge pull request #189 from trussworks/remove-obsolete-rules

06 Nov 17:24
a9e8c9c
Compare
Choose a tag to compare

Fix vpc-sg-open-only-to-authorized-ports Rule

13 Jul 15:08
78d6c14
Compare
Choose a tag to compare

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

10 Jul 20:29
d50d890
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v6.1.0...v7.0.0

v6.1.0

27 Jun 16:12
2189015
Compare
Choose a tag to compare

Add additional Inputs for check_vpc_sg_open_only_to_authorized_ports rule 183

Deprecate using Terraform versions before 1.0

08 Jun 19:37
cbbe91f
Compare
Choose a tag to compare

Module now requires using Terraform version 1.0 or higher.

v5.3.0: Merge pull request #177 from Cervest/accept_permissions_boundary

14 Dec 17:35
dc992bc
Compare
Choose a tag to compare
  • 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

08 Dec 11:36
9cd220f
Compare
Choose a tag to compare
  • Create the option to pass in kms key ARN for config logs bucket #175

v5.1.0

10 Nov 19:49
c8f162c
Compare
Choose a tag to compare
  • Fix: Removal of maximum_execution_frequency argument for 3 rules. #171
  • Support remaining strongly recommended AWS Config rules. #172