Skip to content

Releases: cloudposse/terraform-aws-config

v0.16.0

07 Sep 15:49
66252d3
Compare
Choose a tag to compare
Add `description` and `type` for `var.config_rules_paths` @MaxymVlasov (#56)

v0.15.4

19 May 21:52
a416ce6
Compare
Choose a tag to compare

🤖 Automatic Updates

Update Terraform cloudposse/utils/aws to v1 @renovate (#57)

This PR contains the following updates:

Package Type Update Change
cloudposse/utils/aws (source) module major 0.8.1 -> 1.0.0

Release Notes

cloudposse/terraform-aws-utils

v1.0.0

Compare Source

Initial release with production Semantic Versioning, part of Cloud Posse's general policy to convert to production versioning as we make updates to relatively mature modules. The only substantive change between this version and the previous version (0.8.1) is the addition of support for the new ap-southeast-3 region (Jakarta).

🚀 Enhancements

Add ap-southeast-3 to regions supported @​Benbentwo (#​17) #### what * Adds `ap-southeast-3` support #### why * Jakarta Support
Update README and framework @​dylanbannon (#​16) #### what and why
  • Update README to cover new features
  • Change all references to git.io/build-harness into cloudposse.tools/build-harness, since git.io redirects will stop working on April 29th, 2022.
  • Update test framework to current

References

  • DEV-143

v0.15.3

24 Apr 22:04
ca970c6
Compare
Choose a tag to compare

🤖 Automatic Updates

Update Terraform cloudposse/config/yaml to v1 @renovate (#53)

This PR contains the following updates:

Package Type Update Change
cloudposse/config/yaml (source) module major 0.8.1 -> 1.0.1

Release Notes

cloudposse/terraform-yaml-config

v1.0.1

Compare Source

🚀 Enhancements

expose `append_list_enabled` and `deep_copy_list_enabled` to root module @​Benbentwo (#​20) #### what * expose `append_list_enabled` and `deep_copy_list_enabled` to root module #### why * allows variables to be passed through

v1.0.0

Compare Source

Use Cloud Posse's Utils provider to deep merge @​Benbentwo (#​19) #### what * Uses Cloudposse Utils Provider to allow deepmerges #### why * Need a way to merge with merging lists (exposed via `append_list` variable)

v0.15.2

19 Apr 16:04
e9cc809
Compare
Choose a tag to compare

🚀 Enhancements

Enable tags for resources @sandeepgopi (#52)

what

implement a map(string) variable called tags and ensure this is implemented for:

  • The 'aws_config_configuration_aggregator' resource with 'this' resource name
  • The 'aws_config_aggregate_authorization' resource with 'child' resource name
  • The ' aws_config_aggregate_authorization' resource with 'central' resource name

why

When we began using the repo, we found that some of the resource are yet to be tag enabled. Hence when our internal projects were calling this repo, our custom tags were not being added in AWS.

references

v0.15.1

20 Jan 01:28
9f7b084
Compare
Choose a tag to compare

🤖 Automatic Updates

Update Terraform cloudposse/iam-role/aws to v0.15.0 @renovate (#47)

This PR contains the following updates:

Package Type Update Change
cloudposse/iam-role/aws (source) module minor 0.14.1 -> 0.15.0

Release Notes

cloudposse/terraform-aws-iam-role

v0.15.0

Compare Source

allow to set role and policy path @​1david5 (#​40) #### what * Add `path` argument to role and policy resources #### why * Allow users to set path for role and policy

v0.15.0

07 Jan 16:26
4390083
Compare
Choose a tag to compare
fix docs typo @mcalhoun (#46)

what

  • Fix a small typo in the docs

v0.14.2

07 Jan 03:41
536d8bf
Compare
Choose a tag to compare

🤖 Automatic Updates

Update Terraform cloudposse/iam-role/aws to v0.14.1 @renovate (#45)

This PR contains the following updates:

Package Type Update Change
cloudposse/iam-role/aws (source) module patch 0.14.0 -> 0.14.1

Release Notes

cloudposse/terraform-aws-iam-role

v0.14.1

Compare Source

Fix: Fix Variable Description Typo for `var.use_fullname` @​korenyoni (#​36) #### what * Fix variable description typo introduced in #​35 for `var.use_fullname` #### why * Minor typo (unmatched right bracket). #### references * #​35
Drop unused null provider @​Xerkus (#​34) #### what * Drop `hashicorp/null` provider from dependencies #### why * As far as I can tell the null provider is not used and I do not think it is needed for any kind of indirect dependency * I think it was needed at some point for terraform-null-label #### references * Closes #​31
Fix: fix variable description for `var.use_fullname`, run `make github/init` @​korenyoni (#​35) #### what - Fix variable description for `var.use_fullname`. - Run `make github/init`. #### why - The `var.use_fullname` variable description is incorrect and refers to ECR repositories instead of IAM roles. - Running `make github/init` will update GHA-workflow related files (and CODEOWNERS), the former of which is required for the `no-release` label (which allows for consolidating multiple small PRs such as this into one release). #### references * N/A
#### 🚀 Enhancements
Add tags to policy @​nitrocode (#​37) #### what * Add tags to policy #### why * Tag it all #### references N/A

v0.14.1

10 Dec 07:05
b1876e3
Compare
Choose a tag to compare

🚀 Enhancements

Update `context.tf` @milldr (#43)

what

  • Updated context.tf within both submodules cis-1-2-rules and conformance-pack

why

  • cis-1-2-rules is required for downstream component, compliance
  • updating conformance-pack at the same time as a chore

v0.14.0

10 Dec 05:45
10656a9
Compare
Choose a tag to compare
Bump modules iam-role to v0.14.0 and sns-topic to v0.20.1 @milldr (#42)

what

  • Update the modules versions for iam-role and sns-topic

why

  • Required to resolve downstream errors with the compliance components

references

v0.13.0

17 Nov 00:30
cbe2aa8
Compare
Choose a tag to compare
enable sns topic encryption @kevcube (#39)

what

  • can now enable encryption on the sns topic

why

  • we're encrypting everything

references

N/A