-
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
h2_prioritization: "cannot be set as it is read only" #559
Comments
What version of the Cloudflare provider are you using? |
provider.cloudflare v2.2.0 |
happened with me as well. strangely re applying works |
I can rerun 'terraform apply' over and over and it will never succeed for me. Until I manually enable/disable it in the CF console. Had to do this again just now (and will need to 9 more times next week)... |
I'm also seeing this with v2.3.0 of the provider and a definition like this, which doesn't make any reference to
|
The issue should be fixed upstream. Please re-open if still occurs. |
Introduces support for Access Mutual TLS certificates at the account and zone level following similar patterns to the previous implementations. ### API documentation List all certificates - https://api.cloudflare.com/#access-mutual-tls-authentication-properties - https://api.cloudflare.com/#zone-level-access-mutual-tls-authentication-properties List single certificate - https://api.cloudflare.com/#access-mutual-tls-authentication-access-certificate-details - https://api.cloudflare.com/#zone-level-access-mutual-tls-authentication-access-certificate-details Create certificate - https://api.cloudflare.com/#access-mutual-tls-authentication-create-access-certificate - https://api.cloudflare.com/#zone-level-access-mutual-tls-authentication-create-access-certificate Update certificate - https://api.cloudflare.com/#access-mutual-tls-authentication-update-access-certificate - https://api.cloudflare.com/#zone-level-access-mutual-tls-authentication-update-access-certificate Delete certificate - https://api.cloudflare.com/#access-mutual-tls-authentication-update-access-certificate - https://api.cloudflare.com/#zone-level-access-mutual-tls-authentication-update-access-certificate Closes cloudflare#559
Hi there,
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
Terraform Version
Terraform v0.12.12
provider.cloudflare v2.2.0
Affected Resource(s)
Terraform Configuration Files
zone.tf:
vars.tf
settings.tf
Debug Output
https://gist.github.com/stractenberg-newell/31f1a37c4b46f58668b2a726294cf351
Panic Output
If Terraform produced a panic, please provide a link to a GitHub Gist containing the output of the
crash.log
.Expected Behavior
It should enable "Enhanced HTTP/2 Prioritization"
Actual Behavior
Steps to Reproduce
terraform apply
Important Factoids
I've reproduced this on several CF zones. If I manually turn Enhanced HTTP/2 Prioritization on via the console, then turn it off again, Terraform is then able to enable it. But it can't do it the first time by itself.
References
n/a
The text was updated successfully, but these errors were encountered: