Read cloudflare_record
resources where type is DNSKEY
#2558
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
Terraform v1.5.0
on windows_amd64
Affected resource(s)
cloudflare_record
Terraform configuration files
Link to debug output
https://gist.github.com/Cyb3r-Jak3/dbfe4842ef677254efbbefae8be7b213
Panic output
Expected output
Able to import DNSKEY record
Actual output
Plugin crashes
Steps to reproduce
cf-terraforming
to generate the resource blockAdditional factoids
Record was generated using cf-terraform
References
Just need to move
strings.ToUpper(recordType) == "DNSKEY":
to where the CAA type ishttps://github.com/cloudflare/terraform-provider-cloudflare/blob/master/internal/sdkv2provider/resource_cloudflare_record.go#L432-L448
The text was updated successfully, but these errors were encountered: