Skip to content
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

Need to ignore IPV6 error in AWS China when updating security group #7864

Closed
BellonXiao opened this issue Mar 8, 2019 · 2 comments
Closed
Labels
partition/aws-cn Pertains to the aws-cn partition. service/ec2 Issues and PRs that pertain to the ec2 service.

Comments

@BellonXiao
Copy link

BellonXiao commented Mar 8, 2019

Terraform Version

0.11.11

Affected Resource(s)

  • aws_security_group
    When updating security group, I got error:
* aws_security_group_rule.egress_rules: Error authorizing security group rule type egress: InvalidParameterValue: remote-ipv6-range status code: 400

This needs to be ignored as there's no IPV6 in AWS CN. #880 has fixed the same issue when creating. Similar logic is needed when doing update.
Thanks.

@bflad bflad added service/ec2 Issues and PRs that pertain to the ec2 service. partition/aws-cn Pertains to the aws-cn partition. labels Mar 8, 2019
@BellonXiao
Copy link
Author

Investigated the issue again. I think ignore the error is not the right solution. Explicitly disable ipv6 in terraform is better. So close this.

@ghost
Copy link

ghost commented Mar 31, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!

@ghost ghost locked and limited conversation to collaborators Mar 31, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
partition/aws-cn Pertains to the aws-cn partition. service/ec2 Issues and PRs that pertain to the ec2 service.
Projects
None yet
Development

No branches or pull requests

2 participants