cloudflare_certificate_pack certificate_authority validation is missing ssl_com #4266
Closed
3 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.
triage/debug-log-attached
Indicates an issue or PR has a complete Terraform debug log.
Milestone
Confirmation
Terraform and Cloudflare provider version
Affected resource(s)
Terraform configuration files
Link to debug output
https://gist.github.com/lneves75/a727c30dd4f942ae90dea7b068af1d6a
Panic output
No response
Expected output
Resource plan showing resource creation using the configured CA
Actual output
The CA is not present in the slice provided to the validation function used in this attribute.
That causes the plan to fail with a validation error.
Steps to reproduce
main.tf
with the terraform code shown aboveterraform init -upgrade && terraform plan
Additional factoids
When creating the advanced certificate in Cloudflare's dashboard following the documentation instructions, it's possible to use ssl.com as an CA for the certificate.
When querying the API endpoint to list SSL certificates for the target zone, that certificate shows having that CA.
References
No response
The text was updated successfully, but these errors were encountered: