Custom Hostname SSL changing from Cloudflare managers cert to custom certificate #3012
Open
2 tasks done
Labels
kind/bug
Categorizes issue or PR as related to a bug.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
service/tls
Categorizes issue or PR as related to the TLS services.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
triage/debug-log-attached
Indicates an issue or PR has a complete Terraform debug log.
workflow/synced
Confirmation
Terraform and Cloudflare provider version
Affected resource(s)
Terraform configuration files
Link to debug output
https://gist.github.com/skipspence/395e43eeda044bac95f7bd2621a98e28
Panic output
No response
Expected output
A successful apply, disabling cloudflare managed certificate and replaced with the custom certificate.
Actual output
Apply fails. The
certificate_authority
attribute is not being changed to null when no longer defined. Causing an error response from the Cloudflare API.Steps to reproduce
custom_certificate
andcustom_key
while removingmethod
andcertificate_authority
from the SSL configuration.Additional factoids
No response
References
Trying to set
The text was updated successfully, but these errors were encountered: