Cannot migrate cloudflare_list_item from v4 to v5 #5135
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.
version/5
Categorizes issue or PR as related to version 5 of the provider.
Confirmation
Terraform and Cloudflare provider version
Affected resource(s)
cloudflare_list_item
Terraform configuration files
Link to debug output
https://gist.github.com/cmbuckley/a97149306b445c2e271d05a9d4dca86c
Panic output
No response
Expected output
Able to migrate cloudflare_list_item resource from v4 to v5, or use combination of
terraform state rm
/terraform import
per the migration guideActual output
When doing a straight upgrade to v5:
When attempting to remove and re-import the resource:
Steps to reproduce
terraform apply
Per other resources in the migration guide, the steps could look like
terraform state rm cloudflare_list_item.test
terraform import cloudflare_list_item.test ...
But
cloudflare_list_item
does not support import in v5 of the provider. Is this intentional?Additional factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: