Skip to content

Releases: trussworks/terraform-aws-config

Adds support for tf13 and AWS provider 3.0

05 Sep 16:51
b2a2a98
Compare
Choose a tag to compare

Should be backwards compatible but is not gauranteed.

pins terraform 12

27 Aug 21:41
853a68a
Compare
Choose a tag to compare

use if need terraform 12

Adds IAM role name as output

11 Jun 16:05
0eb7d84
Compare
Choose a tag to compare
Merge pull request #67 from ricoli/iam-role-name-output

add an output for the IAM role's name

Allow sending AWS Config events and notifications to an SNS topic

05 Jun 16:20
05518ae
Compare
Choose a tag to compare
Merge pull request #64 from ricoli/sns-topic-support

ability to define an sns topic for notifications of config changes

Make include_global_resource_types configurable

30 Mar 19:07
Compare
Choose a tag to compare

If running in multiple instances of this module across regions, you can now disable include_global_resource_types to prevent redundant rules.

Add an option to add tags also returns role for AWS config

30 Mar 16:50
09a8e0e
Compare
Choose a tag to compare

Optionally add tags, and returns the ARN of the AWS config role.

Add rule enforcing SSL on S3 buckets

19 Mar 01:11
eb5e7e1
Compare
Choose a tag to compare

Adds a Config rule to ensure S3 buckets require SSL (defaults to true)

Fix issue with IAM role contamination

19 Mar 00:23
1e785d4
Compare
Choose a tag to compare

Fixes issue when running multiple instances of the module and changes from one instance can contaminate IAM roles in another instance.

See https://github.com/trussworks/terraform-aws-config#upgrading-from-230-to-24x for how to upgrade

Add rules for EBS snapshots, default security group and root access key

03 Mar 16:55
b555022
Compare
Choose a tag to compare
  • ebs-snapshot-public-restorable
  • vpc-default-security-group-closed
  • iam-root-access-key

Add AWS Config rule to ensure CloudWatch Logs are encrypted

02 Mar 19:39
0f908e0
Compare
Choose a tag to compare
Merge pull request #38 from trussworks/mk-add-cloudwatch-logs-encryption

Add config rule ensuring all cloudwatch logs are encrypted