Skip to content

Releases: cloudposse/terraform-aws-config

v0.5.0

21 Dec 15:52
61f409d
Compare
Choose a tag to compare
update module to remove s3 data source and support aggregation @mcalhoun (#9)

what

  • update the module to take the ARN of the AWS Config S3 bucket as an input param rather than looking it up via a data_source
  • conditionally create sns_topic
  • conditionally create iam_role
  • add aggregation of config in central region/account

why

  • using the data_source causes an issue in a multi-account, cross-region setup
  • fixes allow user to create sns_topic and iam_role outside the module
  • allow module to send all its config to a central region/account

v0.4.0

12 Dec 00:13
efc93ef
Compare
Choose a tag to compare
refactor bucket creation out of module @mcalhoun (#7)

what

  • refactor the creation of the S3 bucket out of the module

why

  • it is likely the user will want to share the config S3 bucket across multiple regions and/or accounts.

v0.3.1

11 Dec 01:47
14d5765
Compare
Choose a tag to compare

🚀 Enhancements

tf-14 upgrade @Nuru (#5)

what

  • Test of tf-14 upgrade

why

  • Support tf-14

v0.3.0

10 Dec 23:01
5bc9a9b
Compare
Choose a tag to compare
add additional output @mcalhoun (#6)

what

  • add the iam_role that was created or passed in as an output to the module

why

  • allows the caller to reference the IAM role in other modules

v0.2.0

09 Dec 01:02
662673f
Compare
Choose a tag to compare
add the initial catalog for config rules @mcalhoun (#4)

what

  • add a catalog of rules to comply with the CIS AWS Foundations Benchmark 1.2 standard

why

  • allow the user to easily enable the rules required for compliance with the benchmark

0.1.0 Initial Implementation

19 Nov 19:07
3782de8
Compare
Choose a tag to compare

what

  • Initial implementation

why

  • Provision and configure AWS Config