-
Notifications
You must be signed in to change notification settings - Fork 630
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
Modifying origin_max_http_version
zone setting throws read-only error
#1987
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 |
Hi, I've confirmed that my API Token has the Here's a redacted output with the TF_LOG flag set to DEBUG:
|
@reedloden (apologies if you aren't the right person to tag) Can this issue be re-triaged now that the additional information has been provided? Thanks! |
Can you put it in a gist, and then I can update the summary, which should kick off the bot to re-label it. |
@jacobbednarz could this be prioritized? We are facing the same issue |
@jacobbednarz any update on this I am also currently block on this ? |
@rdesai3 @rpsadarangani please don't ping maintainers to check/ask for the status of issues. if you have an account team, you can follow up with them to check the internal status. otherwise, you'll need to wait for updates on the GitHub issue which get posted when there is anything to share. this is an internal service issue so the team will take a look at it once it is prioritised in their backlog. |
@jacobbednarz sure, I have already raised it with the account team. Thanks for the help. |
the service team released a fixed for this early this morning. |
Where can we find the schema details for each setting in the override block? Additionally, where can we locate these settings in the user interface? |
Confirmation
Terraform and Cloudflare provider version
Affected resource(s)
Terraform configuration files
Link to debug output
None
Panic output
No response
Expected output
origin_max_http_version
zone setting is set to 2Actual output
Steps to reproduce
Additional factoids
https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/resources/zone_settings_override#plan-dependent-settings makes it seem like this is a plan-dependent setting, but all our zones utilize
enterprise
plan.Manual setting this setting works fine:
References
origin_max_http_version
option to zone settings #1755origin_max_http_version
as a single setting #1805The text was updated successfully, but these errors were encountered: