SQL Compilation Error While Deleting a snowflake_account_parameter Resource. #1679
Labels
bug
Used to mark issues with provider's incorrect behavior
category:resource
resource:account_parameter
Issue connected to the snowflake_account_parameter resource
Provider Version
0.59.0
Terraform Version
1.4.2
Describe the bug
I am trying to delete a snowflake_account_parameter resource. However, a SQL compilation error occurs. What is even more challenging is that I was not able to consistently reproduce this behavior in another environment. Note the
ALTER ACCOUNT SET = <nil>
in the logs. It looks like the SQL compiler is not handling a null value correctly.Terraform plan:
Relevant logs:
Expected behavior
The resource is removed from the terraform state and the parameter is set to it's default value.
Code samples and commands
Additional context
I had originally imported this resource which had been manually created. I was trying to delete it and recreate it because it was causing a persistent difference, which is an additional problem.
The text was updated successfully, but these errors were encountered: