Releases: cloudposse/terraform-aws-vpc-peering-multi-account
Releases · cloudposse/terraform-aws-vpc-peering-multi-account
v0.11.3
v0.11.2
🤖 Automatic Updates
Update Terraform cloudposse/label/null to v0.22.1 @renovate (#33)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/label/null (source) | terraform | minor | 0.21.0 -> 0.22.1 |
Release Notes
cloudposse/terraform-null-label
v0.22.1
Add var.attributes to end of context.attributes, not vice versa @Nuru (#114)
#### what - Add `var.attributes` to end of `context.attributes`, not vice versa - Update to current workflows (with some exceptions) #### why - Modules should append to attributes passed in, not insert themselves ahead of others - New features, like auto-format (but holding back some, because this is a special module) #### references - closes #113 - closes #108v0.22.0
Breaking change: This release updates minimum Terraform version requirement to 0.12.26
Convert context.tf to registry reference @Nuru (#110)
##### what - Convert `context.tf` to use registry reference - Update version requirement to `>= 0.12.26` - Switch auto-publish to draft mode ##### why - New standard way to reference modules - Minimum version that supports registry references - Ensure that version numbers are set manually and match what is in `context.tf`v0.11.1
v0.11.0
Added try to options to avoid errors when enabled is false (#19) @JamesTimms (#20)
what
- Added count to accepter and requester options to prevent them from being created when enabled is false.
why
- When enabled is false count is set to 0 and is used to skip most resources except these two options. When these options aren't skipped the module fails.
references
closes #19
v0.10.0
0.9.1: Add option to skip ec2 profile credentials
Add option to skip ec2 profile credentials (#27) * Add option to skip ec2 profile credentials * Updated README.md Co-authored-by: actions-bot <58130806+actions-bot@users.noreply.github.com>
0.9.0: Allow filtering subnets using tags
Allow filtering subnets using tags (#25)
0.8.2
0.8.1
0.8.0: [AUTOMATED] Update Version Pinning for Terraform to support 0.13 (#21)
## What 1. Update Version Pinning for Terraform to support 0.13 ## Why 1. This is a relatively minor update that the CloudPosse module already likely supports. 1. This allows module consumers to not individually update our Terraform module to support Terraform 0.13.