Releases: cloudposse/terraform-aws-config
Releases · cloudposse/terraform-aws-config
v0.5.0
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
andiam_role
outside the module - allow module to send all its config to a central region/account
v0.4.0
v0.3.1
v0.3.0
v0.2.0
0.1.0 Initial Implementation
what
- Initial implementation
why
- Provision and configure AWS Config