-
Notifications
You must be signed in to change notification settings - Fork 608
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
cloudflare_list items linking #4469
Comments
Terraform debug log detected ✅ |
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
Thank you for opening this issue and sorry to hear you're hitting issues. Unfortunately, the reproduction case provided contains HCL dynamic expressions. Examples of these are:
Maintainers don't accept these as reproduction cases since using these constructs and expressions can hold their own logic bugs which are outside of the provider and not able to be diagnosed. For maintainers to triage this issue, we recommend providing a minimal reproduction test case that is only contains the impacted resources and can be easily reproduced in an isolated environment. Without providing this, maintainers are limited in what support they can provide. |
I too have experienced this problem, I suspect this recent change my be related: #4228 The problem, at least for me, does not exist in version 4.43.0 but does exist in version 4.44.0 and 4.45.0 So we 'solved' it by downgrading to 4.43.0 |
We have the same problem. |
Confirmation
Terraform and Cloudflare provider version
Affected resource(s)
Terraform configuration files
Link to debug output
https://gist.github.com/mcatany/c10cdc5d8775ce5c03ff0e70f1ec47d1
Panic output
No response
Expected output
15:08:44.297 STDOUT terraform: Plan: 0 to add, 0 to change, 0 to destroy.
Actual output
Steps to reproduce
terraform apply
Additional factoids
Everytime we apply this resources, the list of item shown as to be deleted. If we apply and proceed again, the list of items is shown to be added We tried to deleted all the resources /states/ etc and apply again but the problem is persisting.
References
No response
The text was updated successfully, but these errors were encountered: