-
Notifications
You must be signed in to change notification settings - Fork 632
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 ingress_rule.origin_request
generates not needed properties that break tunnel
#2553
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
ingress_rule.origin_request
generates not needed propertiesingress_rule.origin_request
generates not needed properties that break tunnel
@jacobbednarz you are wrong. I've build provider from
And second yes, the problem with Check the new debug log https://gist.github.com/mmalyska/c46af9673c6d382ddf13d64ed970dc94#file-master_branch-txt |
@jacobbednarz after upgrade to 4.9.0 the problem is still the same as with master branch version |
@mmalyska What you are seeing is expected. Small Edit: You may have to manually fix existing tunnels as terraform isn't going to see that the timeouts are different. |
Confirmation
Terraform and Cloudflare provider version
Terraform v1.5.0
on darwin_arm64
Affected resource(s)
Terraform configuration files
Link to debug output
https://gist.github.com/mmalyska/c46af9673c6d382ddf13d64ed970dc94
Panic output
No response
Expected output
Terraform will perform the following actions:
Actual output
Terraform will perform the following actions:
Steps to reproduce
ingress_rule.origin_request
ingress_rule.origin_request
Additional factoids
It breaks my tunnel and it is not working until I Configure only needed options in CF UI.
It should only add
origin_server_name
and not override any defaults. Also the durations are a bit wonky.They looks this way in CF UI after applying the plan:
and they are not correct as durations base value is seconds and the values are too big:
After fixing them in UI and running plan it treats them as
ns
and nots
:So I think this shouldn't be closed as it won't fix adding additional properties in
ingress_rule.origin_request
.References
It also adds
proxy_address
and other props that are not a duration, but should be empty that are fixed in #2520The text was updated successfully, but these errors were encountered: