-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
aws_route: IPv6 Route: Error finding route after creating it #3422
Comments
@benrobinsonsonos do you have any updates on this? I have similar issues with ipv4 routes |
Same behavior observed in terraform-provider-aws_v1.10.0_x4. IPv4 route successfully created and added to the statefile. IPv6 route created, however, output reports "Error finding route after creating it." |
I was not able to reproduce this, is this still an issue? |
I ran into this with a very similar setup. I think the issue is that AWS is canonicalizing the IPv6 route and terraform is not, so terraform is looking for |
Can you share you're config so I'll try to reproduce? |
@mmerickel i've dived into the code a bit and it seems you are right |
opened #12890 to address this |
The fix for this has been merged and will release with version 2.59.0 of the Terraform AWS Provider, likely tomorrow. Thanks to @DrFaust92 for the implementation. 👍 |
This has been released in version 2.59.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
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! |
Terraform Version
terraform 0.11.3
terraform-provider-aws_v1.9.0_x4
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
Expected Behavior
IPv6 route should be created and added to the state.
Actual Behavior
Terraform creates IPv6 route that is visible in management console, however, repeats, "Still creating..." until (2m0s elapsed), then returns an error that route couldn't be found after creating it. Repeating 'terraform apply' returns the same results.
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: