-
Notifications
You must be signed in to change notification settings - Fork 763
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
Provider returns both IPv4 and IPv6 IPs as an array causing terraform security group resource to fail #883
Labels
Comments
davidg-sainsbury
changed the title
Provider returns both IPv4 and IPv6 as an array causing terraform security group resource to fail
Provider returns both IPv4 and IPv6 IPs as an array causing terraform security group resource to fail
Aug 18, 2021
rymir
added a commit
to rymir/terraform-provider-github
that referenced
this issue
Aug 18, 2021
…anges data source Fixes integrations#883
rymir
added a commit
to rymir/terraform-provider-github
that referenced
this issue
Aug 18, 2021
…anges data source Fixes integrations#883
rymir
added a commit
to rymir/terraform-provider-github
that referenced
this issue
Aug 18, 2021
…ranges data source Fixes integrations#883
rymir
added a commit
to rymir/terraform-provider-github
that referenced
this issue
Aug 18, 2021
…ranges data source Fixes integrations#883
H, when there will be a fix for this pls.? Thx... |
Perhaps you can do something like this as a workaround:
|
This issue is also in other versions. I'm using terraform 0.13 |
jcudit
pushed a commit
that referenced
this issue
Sep 2, 2021
fredericfran-gds
added a commit
to alphagov/govuk-aws
that referenced
this issue
Sep 20, 2021
The GitHub provider is returning IPv6 IPs in addition to IPv4 IPs for the hooks. This is not compatible with AWS security rules which require IPv4 and IPv6 IPs to be seperate. This is a [fixed bug](integrations/terraform-provider-github#883) in 4.14 version of the provider.
fredericfran-gds
added a commit
to alphagov/govuk-aws
that referenced
this issue
Sep 20, 2021
The GitHub provider is returning IPv6 IPs in addition to IPv4 IPs for the hooks. This is not compatible with AWS security rules which require IPv4 and IPv6 IPs to be seperate. This is a [fixed bug](integrations/terraform-provider-github#883) in 4.14 version of the provider.
kfcampbell
pushed a commit
to kfcampbell/terraform-provider-github
that referenced
this issue
Jul 26, 2022
…ranges data source (integrations#884) Fixes integrations#883
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Terraform Version
Terraform v0.15.4
Affected Resource(s)
terraform resource "aws_security_group"
Terraform Configuration Files
module..
error..
Expected Behavior
The provider to handle separately both IPV4 and IPV6 addresses.
Actual Behavior
Error authorizing security group ingress rules: InvalidParameterValue: CIDR block 2a0a:a440::/29 is malformed
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
The text was updated successfully, but these errors were encountered: