Releases: cloudposse/terraform-aws-vpc-peering
Releases · cloudposse/terraform-aws-vpc-peering
v1.0.0
Support AWS Provider V5 @max-lobur (#48)
what
Support AWS Provider V5
Linter fixes
why
Maintenance
references
https://github.com/hashicorp/terraform-provider-aws/releases/tag/v5.0.0
Sync github @max-lobur (#46)
Rebuild github dir from the template
v0.11.0
- No changes
v0.10.0
Add/ignore cidr blocks @colinh6 (#43)
what
- This PR will introduce logic to ignore certain CIDR ranges from either the requestor or acceptor VPC(s), without affecting the existing functionality.
why
- We add the CIDR range
100.64.0.0/16
to each of our EKS cluster VPCs to increase the maximum amount of assignable IP addresses when using the AWS VPC CNI. - This causes issues when attempting to leverage this existing peering module, as the
100.64.0.0/16
routes will conflict in certain cases. - One specific case is where we want to peer and route a single
database
orelasticsearch
VPC to multiple different EKS cluster VPCs that all contain the100.64.0.0/16
additional CIDR association
references
git.io->cloudposse.tools update @dylanbannon (#38)
what and why
Change all references to git.io/build-harness
into cloudposse.tools/build-harness
, since git.io
redirects will stop working on April 29th, 2022.
References
- DEV-143
v0.9.2
🚀 Enhancements
Remove unused and deprecated `template` provider @sapslaj (#37)
what
- Removes the
template
provider fromrequired_providers
why
- The
template
provider is deprecated by Hashicorp. - Said provider appears to be unused in this module (it works perfectly fine without it).
- Trying to run Terraform on an M1 Mac with this module results in an error since the
template
provider does not have adarwin_arm64
build.
references
v0.9.1
🤖 Automatic Updates
Update context.tf @cloudpossebot (#36)
what
This is an auto-generated PR that updates the context.tf
file to the latest version from cloudposse/terraform-null-label
why
To support all the features of the context
interface.
v0.9.0
context.tf updated to v0.24.1, minimum required Terraform version bumped to 0.13.0 when needed, readme updated @maximmi (#31)
what
- update context.tf to v0.24.1
- minimum required Terraform version bumped to 0.13.0
- readme updated, Bridgecrew compliance badges added
why
- It allows for setting the letter case of tag names and labels, back compatibility with context v0.22.0 and below
- we have dropped support for Terraform 0.12
- To be able see and fix the recommendations from Bridgecrew so we can position our modules as standards compliant
Supersedes and closes #29
v0.8.0
minimum required Terraform version bumped to 0.13.0, context.tf updated, readme updated @maximmi (#30)
what
- update context.tf to v0.23.0
- minimum required Terraform version bumped to 0.13.0
- readme updated, Bridgecrew compliance badges added
why
- It allows for setting the letter case of tag names and labels
- we have dropped support for Terraform 0.12
- To be able see and fix the recommendations from Bridgecrew so we can position our modules as standards compliant
v0.7.0
0.6.0: Allow filtering route tables using tags (#24)
what
- Caller can supply tags for both the acceptor and requestor VPCs, and if present, peering routes will only be added to route tables matching those tags.
- Default behavior is unchanged.
why
Support environments with private subnets that shouldn't be allowed to communicate with peer VPCs.
0.5.2: Support AWS provider 3.x.x (#23)
## what * Updates AWS provider pining to be inclusive of 3.x ## why * Allow users to use AWS provider > 2.x Co-authored-by: actions-bot <58130806+actions-bot@users.noreply.github.com>