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 particularly problematic when the presets are generated through list comprehensions: unless you can apply a constant order to the for_each argument, you will always get changes
References
No response
The text was updated successfully, but these errors were encountered:
Datadog Terraform Provider Version
3.44.1
Terraform Version
1.9.6
What resources or data sources are affected?
datadog_dashboard
Terraform Configuration Files
Relevant debug or panic output
n/a
Expected Behavior
Adding a template variable preset before dev-us1 should detect the addition of a new preset
Actual Behavior
Adding a template variable preset before dev-us1 shows the diff as a modification of all presets:
Steps to Reproduce
terraform apply
terraform plan
Important Factoids
This is particularly problematic when the presets are generated through list comprehensions: unless you can apply a constant order to the
for_each
argument, you will always get changesReferences
No response
The text was updated successfully, but these errors were encountered: