-
Notifications
You must be signed in to change notification settings - Fork 636
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
origin_request block on wrong level in cloudflare_tunnel_config #2275
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
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 |
I've added a link to the output |
Having the same issue with the following code:
When running terraform plan, I got the following:
Which is expected, but after running terraform apply the changes above are not configured in the tunnel. When running the same command using |
duplicate of #2072 |
Confirmation
Terraform and Cloudflare provider version
It seems that the
origin_request
block on the cloudflare_tunnel_config is at the wrong level. It should not be on theconfig
level, but on theingress_rule
level. The current level doesn't work and has to be configured manually in the UI to get it working.Affected resource(s)
cloudflare_tunnel_config
Terraform configuration files
Link to debug output
Panic output
No response
Expected output
I expect the
no_tls_verify
to get configured on theexample.example.com
hostnameActual output
no_tls_verify
doesn't get configured anywhereSteps to reproduce
Configure an
origin_request
block on acloudflare_tunnel_config
resource.Additional factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: