You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a bug with an existing resource and is not a feature request or enhancement. Feature requests should be submitted with Cloudflare Support or your account team.
I have searched the issue tracker and my issue isn't already found.
I have replicated my issue using the latest version of the provider and it is still present.
Lists with a large number of items export as quickly as other objects being managed by the terraform provider
Actual output
The longer the list, the longer the terraform provider takes to work through it. A list with more than 1800 items takes 90+ seconds to load, and a second list with 5700 items takes 7-10 minutes during every terraform plan/apply. It appears the terraform provider may iterate over each list item one at a time when it should load the whole thing as one big blob of data.
Steps to reproduce
Generate a bulk redirect list with 5000+ items
Run the cloudflare_list operation on that bulk redirect list
Wait...
Additional factoids
I am trying to migrate a full configuration set from one Cloudflare account to another.
References
N/A
The text was updated successfully, but these errors were encountered:
Please vote on this issue by adding a 👍 reaction to the original post to help the community and maintainers prioritize this request.
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
Volunteering to Work on This Issue
If you are interested in working on this issue, please leave a comment.
If this would be your first contribution, please review the contribution guide.
Confirmation
Terraform and Cloudflare provider version
Terraform v1.9.8
on darwin_arm64
Affected resource(s)
cloudflare_list
Terraform configuration files
Link to debug output
https://gist.github.com/thedoc31/e27b01df01a13bd68977728c353617ca
Panic output
N/A
Expected output
Lists with a large number of items export as quickly as other objects being managed by the terraform provider
Actual output
The longer the list, the longer the terraform provider takes to work through it. A list with more than 1800 items takes 90+ seconds to load, and a second list with 5700 items takes 7-10 minutes during every terraform plan/apply. It appears the terraform provider may iterate over each list item one at a time when it should load the whole thing as one big blob of data.
Steps to reproduce
Additional factoids
I am trying to migrate a full configuration set from one Cloudflare account to another.
References
N/A
The text was updated successfully, but these errors were encountered: