-
-
Notifications
You must be signed in to change notification settings - Fork 351
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Introduce IPv6 CIDR specific allow ALBs variables #275
feat: Introduce IPv6 CIDR specific allow ALBs variables #275
Conversation
Attempt to fix an error: > Error: Error authorizing security group rule type ingress: InvalidParameterValue: CIDR block 2606:50c0::/32 is malformed
Please fix the CI before we can merge it. |
to avoid forcing the resource re-creation
`terraform-aws-modules/s3-bucket/aws` requires `aws = ">= 4.5"` since the change terraform-aws-modules/terraform-aws-s3-bucket#149
## [3.15.0](v3.14.0...v3.15.0) (2022-04-26) ### Features * Introduce IPv6 CIDR specific allow ALBs variables ([#275](#275)) ([bc5ad7c](bc5ad7c))
This PR is included in version 3.15.0 🎉 |
## [3.15.0](terraform-aws-modules/terraform-aws-atlantis@v3.14.0...v3.15.0) (2022-04-26) ### Features * Introduce IPv6 CIDR specific allow ALBs variables ([terraform-aws-modules#275](terraform-aws-modules#275)) ([bc5ad7c](terraform-aws-modules@bc5ad7c))
## [3.15.0](terraform-aws-modules/terraform-aws-atlantis@v3.14.0...v3.15.0) (2022-04-26) ### Features * Introduce IPv6 CIDR specific allow ALBs variables ([terraform-aws-modules#275](terraform-aws-modules#275)) ([bc5ad7c](terraform-aws-modules@bc5ad7c))
## [3.15.0](terraform-aws-modules/terraform-aws-atlantis@v3.14.0...v3.15.0) (2022-04-26) ### Features * Introduce IPv6 CIDR specific allow ALBs variables ([terraform-aws-modules#275](terraform-aws-modules#275)) ([bc5ad7c](terraform-aws-modules@bc5ad7c))
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
Allow users to provide IPV6 CIDR blocks for the AWS ALBs
Motivation and Context
Github started using IPv6 addresses.
If Atlantis is configured to allow GitHub IPs (via
alb_ingress_cidr_blocks
using "github" provider), terraform would fail with the following error:Addressed the stale comments on #217 (Fixed #217)
Breaking Changes
No breaking changes.
How Has This Been Tested?
Tested manually.