[Bug] snowflake_stage with file_format containing quoted values always shows as modified #1491
Labels
bug
Used to mark issues with provider's incorrect behavior
category:resource
resource:stage
Issue connected to the snowflake_stage resource
Provider Version
0.55.1
Terraform Version
1.3.7
Describe the bug
The
file_format
parameter of asnowflake_stage
will always be modified due to some escape character differences if the input value requires quoting.Expected behavior
The plan should require no changes since the
file_format
value did not change.Code samples and commands
Assuming you've defined a stage like this with a
file_format
containing quoted values:After the initially successful
terraform apply
, furtherterraform plan
s will always have modifications:Additional context
It appears as though the input value is compared with a double-escaped value and so further plans want to remove the extra escaping.
The text was updated successfully, but these errors were encountered: