Skip to content

Releases: trussworks/terraform-aws-config

GovCloud Compatibility

17 Feb 18:36
e4442c2
Compare
Choose a tag to compare

This updates the module to work in GovCloud.

Enable cloudtrail-enabled Config Rule by default

15 Jan 20:29
040a9f1
Compare
Choose a tag to compare
Merge pull request #30 from trussworks/mk-default-cloudtrail-enabled

Have the cloudtrail-enabled check default to true.

Removes 0.11 Syntax from 0.12 branch to remove deprecation warnings

15 Jan 19:31
15a265c
Compare
Choose a tag to compare

Cleanup on syntax to remove deprecation warnings.

Include encrypted EC2 volumes and approved AMI tags

05 Dec 18:21
ac58078
Compare
Choose a tag to compare
  • Included the following new Config rules
    • approved-amis-by-tag (default: false)
    • ec2-encrypted-volumes (default: true)
  • Add enable flags to the following AWS Config rules
    • iam-password-policy (default: true)
    • cloudtrail-enabled (default: false)
    • instances-in-vpc (default: true)
    • root-account-mfa-enabled (default: false)
    • acm-certificate-expiration-check (default: true)
    • ec2-volume-inuse-check (default: true)
    • iam-user-no-policies-check (default: true)
    • iam-group-has-users-check (default: true)
    • rds-storage-encrypted (default: true)
    • s3-bucket-public-write-prohibited (default: true)
    • check_rds_snapshots_public_prohibited (default: true)

Support required-tags

15 Nov 19:04
dc9438b
Compare
Choose a tag to compare

This adds support for AWS Config's required-tags.

Allow custom AWS Config instances

14 Nov 17:37
0e79bca
Compare
Choose a tag to compare
Merge pull request #22 from trussworks/mk-conditional-naming

Move AWS Config name to a variable

Terraform 0.12

30 Oct 00:25
4644e73
Compare
Choose a tag to compare
Merge pull request #19 from trussworks/mk-012-tests

Terratest Plumbing

v1.5.0: Merge pull request #15 from trussworks/newrules

08 Aug 17:01
6c7cea5
Compare
Choose a tag to compare

v1.4.0: Support for aggregating by organization (#14)

06 Aug 21:26
2b0b743
Compare
Choose a tag to compare
support for aggregating by organization

v1.3.1 Fix a couple blocks that were written as arguments

24 May 00:51
afa678e
Compare
Choose a tag to compare

This fixes the code to be compatible with both Terraform 0.11 and 0.12.