-
Notifications
You must be signed in to change notification settings - Fork 624
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_item reports <unknown> issue but creates wildcard records #4151
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. |
cloudflare_list_item resource doesn't work with asterisk even without HCL dynamic expression
|
tested dynamic items in cloudflare_list
but this approach has other issues - removes and adds back values (like #3025 )
|
do you need anything else from me? |
Marking this issue as stale due to 30 days of inactivity. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next 7 days it will automatically be closed. Maintainers can also remove the |
This issue was closed because it has been stalled for 7 days with no activity. |
Confirmation
Terraform and Cloudflare provider version
Terraform v1.9.6
on darwin_arm64
Affected resource(s)
cloudflare_list_item
Terraform configuration files
Link to debug output
https://gist.github.com/grh303/2c947a33739af94f05729a68d18e61af
Panic output
No response
Expected output
there shouldn't be any error - records with asterisk are created on CF side, but tained in a state file
Actual output
Steps to reproduce
copy provided config files (vars, resources, tfvars) and run terraform apply
Additional factoids
records without asterisk don't produce errors
References
No response
The text was updated successfully, but these errors were encountered: