-
Notifications
You must be signed in to change notification settings - Fork 630
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: no schema available for cloudflare_ip_list while reading state #2979
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
Thank you for reporting this issue! For maintainers to dig into issues it is required that all issues include the entirety of This issue has been marked with |
IP list was removed in favor of |
Confirmation
Terraform and Cloudflare provider version
Terraform v1.3.3
on linux_amd64
Affected resource(s)
cloudflare_ip_list
Terraform configuration files
Link to debug output
https://gist.github.com/jogarao96/21b24e50c3647818ef0413a919692050
Panic output
No response
Expected output
it should read state file and according to update guide updated all cloudflare_ip_list to cloudflare_list which is not recognized by terraform in the given specific version
Actual output
The ip lists has to be updated with new name from cloudflare_ip_list to just cloudflare_list
Steps to reproduce
while updating from cloudflare from 3.x to 4.x version it is unable to update cloud flare ip lists
terraform init
terraform validate
terraform plan
Additional factoids
No response
References
hashicorp/terraform#34307
The text was updated successfully, but these errors were encountered: