upgraded to rc1- Unable to Read Previously Saved State for UpgradeResourceState #4888
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.
Confirmation
Terraform and Cloudflare provider version
Updates cloudflare/cloudflare from 5.0.0-alpha1 to 5.0.0-rc1
Affected resource(s)
resource "cloudflare_dns_record"
Terraform configuration files
Link to debug output
https://gist.github.com/ibigbug/a60e2412ff86d7415e47a50abe9c1613
Panic output
Error: Unable to Read Previously Saved State for UpgradeResourceState
│
│ with module.nodes["westus"].module.dns[0].cloudflare_dns_record.ipv6,
│ on ../modules/cloudflare/main.tf line 10, in resource "cloudflare_dns_record" "ipv6":
│ 10: resource "cloudflare_dns_record" "ipv6" {
│
│ There was an error reading the saved resource state using the current resource schema.
│
│ If this resource state was last refreshed with Terraform CLI 0.11 and earlier, it must be refreshed or applied with
│ an older provider version first. If you manually modified the resource state, you will need to manually modify it to
│ match the current resource schema. Otherwise, please report this to the provider developer:
│
│ AttributeName("settings"): invalid JSON, expected "{", got "{}"
Expected output
should not fail
Actual output
failed
Steps to reproduce
cloudflare_dns_record
with 5.0.0-alpha1Additional factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: