snowflake_procedure is not idempotent #2146
Labels
bug
Used to mark issues with provider's incorrect behavior
category:resource
resource:procedure
Issue connected to the snowflake_procedure resource
Provider Version
Terraform Version
Describe the bug
snowflake_procedure's are not idempotent.
Expected behavior
snowflake_procedure's are idempotent.
Code samples and commands
terraform apply
:terraform apply
again. Terraform should detect that the procedure no longer exists and it should offer to recreate the procedure for you. But instead, Terraform just errors out:Additional context
The behavior noticed here is essentially the same thing as described for snowflake_schema's here: #845, though I don't know if both are caused by the same code paths or not.
The text was updated successfully, but these errors were encountered: