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
Hi, it looks like the API is storing the description for resources in unicode, and its not being properly translated (or ignored) in Terraform. Could we maybe ignore certain symbols on a diff? Thanks!
Hi, it looks like the API is storing the description for resources in unicode, and its not being properly translated (or ignored) in Terraform. Could we maybe ignore certain symbols on a diff? Thanks!
Terraform Version
Terraform v0.12.28
provider.cloudflare v2.9.0
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
No change after creation
Actual Behavior
Upon successful creation, apply again and you'll always get the diff
Steps to Reproduce
terraform apply
Important Factoids
I'm seeing from the API a similar issue with symbols being stored as
"description": "Botnet Score \u0026lt; 10"
I know I can ignore it with an
ignore_changes
block but thought I'd create a ticket anyway for visibility. Thanks!!The text was updated successfully, but these errors were encountered: