-
Notifications
You must be signed in to change notification settings - Fork 626
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
cloudflare_tunnel_route flapping due to tunnel id changes #1623
Comments
Thank you for reporting this issue! For maintainers to dig into issues it is required that all issues include the entirety of This issue has been marked with |
This is the same as #1611 actually (I believe) and all related to the upstream cloudflare-go library not properly sending the query parameters to target a specific tunnel route, so it would return with the wrong one. The upstream library has been fixed and released. And #1615 bumps the library here. We're simply waiting for them to release a new version of this provider. |
if you remove this from the module and do the three resources individually, do you get the same issue? |
providing the full TF_LOG=DEBUG output will help narrow this down as well. |
Thanks for the quick response. I'll wait for the bump to the cloudflare-go library and if that doesn't fix it will send in the debug logs |
We updated the provider to 3.15.0 and it resolved the issue. Thank you! |
Confirmation
Terraform and Cloudflare provider version
Terraform v1.1.9
Affected resource(s)
cloudflare_tunnel_route
Terraform configuration files
Debug output
Let me know if you want the debug from the original apply or the subsequent plans that flap
Panic output
No response
Expected output
After doing an apply the tunnel and the routes are created:
Doing another plan should generate no changes
Actual output
Steps to reproduce
Every time I do plan it shows the flapping
Additional factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: