[Bug]: Column names being escaped unnecessarily #2844
Labels
bug
Used to mark issues with provider's incorrect behavior
resource:table
Issue connected to the snowflake_table resource
Terraform CLI Version
v1.5.7
Terraform Provider Version
11.3.2
Terraform Configuration
Category
category:resource
Object type(s)
resource:table
Expected Behavior
I'd expect the column to be created with the name
"my'id"
.Actual Behavior
The column is created with the name
"my\'id"
.Steps to Reproduce
Run terraform apply.
How much impact is this issue causing?
Low
Logs
No response
Additional Information
Since Snowflake allows columns to have
'
in it, so should its TF provider.Would you like to implement a fix?
The text was updated successfully, but these errors were encountered: