Error while using terraform import to import a certificate pack of type "universal" #4890
Closed
3 tasks done
Labels
kind/bug
Categorizes issue or PR as related to a bug.
triage/needs-information
Indicates an issue needs more information in order to work on it.
Confirmation
Terraform and Cloudflare provider version
Affected resource(s)
cloudflare_certificate_pack
Terraform configuration files
Link to debug output
I don't understand what is being asked for here
Panic output
No response
Expected output
the resource I'm after should be imported to my .tfvars file
Actual output
Steps to reproduce
I have a module named
cloudflare
with my cloudflare resources in it.I run
terraform import -var-file="deploy-config/production-test.tfvars" "module.cloudflare[\"<module_instance_name>\"].cloudflare_certificate_pack.edge_cert_universal" "<zone_id>/<certificate_pack_id>"
Additional factoids
this error only occurs when the certificate pack has type "universal"; when the type is "advanced" it works fine
References
No response
The text was updated successfully, but these errors were encountered: