Skip to content

Releases: trussworks/terraform-aws-config

v5.0.0

26 Oct 14:35
2e2d112
Compare
Choose a tag to compare

Added the following Rules:

  • backup-plan-min-frequency-and-min-retention-check
  • cloud-trail-cloud-watch-logs-enabled
  • cw_loggroup_retention_period_check
  • dynamodb-table-encryption-enabled
  • ecr-private-image-scanning-enabled
  • ecr-private-lifecycle-policy-configured
  • ecs-awsvpc-networking-enabled
  • ecs-containers-nonprivileged
  • ecs-containers-readonly-access
  • ecs-no-environment-secrets
  • efs-encrypted-check
  • elb-logging-enabled
  • elb-deletion-protection-enabled
  • vpc-sg-open-only-to-authorized-ports
  • mfa_enabled_for_iam_console_access
  • iam-policy-no-statements-with-admin-access
  • iam-policy-no-statements-with-full-access
  • restricted-ssh
  • access_keys_rotated
  • cmk_backing_key_rotation_enabled
  • nacl-no-unrestricted-ssh-rdp
  • internet-gateway-authorized-vpc-only
  • rds-snapshot-encrypted
  • rds-cluster-deletion-protection-enabled
  • db-instance-backup-enabled
  • s3-bucket-level-public-access-prohibited
  • s3-bucket-acl-prohibited
  • s3-bucket-server-side-encryption-enabled

v4.7.0

11 Oct 13:26
c128b92
Compare
Choose a tag to compare

Adds two new inputs:

  • enable_multi_account_logs: Enable sending of logs and snapshots from different Config accounts / regions into a single bucket
  • resource_types: A list that specifies the types of AWS resources for which AWS Config records configuration changes (for example, AWS::EC2::Instance or AWS::CloudTrail::Trail). See relevant part of AWS Docs for available types.

Remove deprecated template terraform provider

03 Aug 23:05
82b2235
Compare
Choose a tag to compare

Add ec2 imdsv2 check

25 Jun 23:07
Compare
Choose a tag to compare

Support attaching rules to an existing AWS Config recorder

12 Feb 00:42
54f2886
Compare
Choose a tag to compare

Relax version constraints for Terraform 0.14 and deprecate Terraform 0.11 support

21 Dec 19:20
4aa71bc
Compare
Choose a tag to compare

Add mfa-enabled-for-iam-console-access and restricted-ssh

05 Dec 01:07
39d9967
Compare
Choose a tag to compare

Fix deprecated interpolation-only expression

12 Oct 16:40
98ce696
Compare
Choose a tag to compare
Merge pull request #91 from dod-iac/cg_fix_tf11_deprecation

Fix deprecated interpolation-only expression

Allows for an empty config_logs_prefix

25 Sep 19:23
bf605ac
Compare
Choose a tag to compare
Merge pull request #86 from alan-eu/master

Add support for empty config_logs_prefix

Updates the config role to use the new managed AWS policy

25 Sep 18:23
445e273
Compare
Choose a tag to compare
Merge pull request #87 from trussworks/ee-update-config-policy

updating the config service policy