Open nx-rebecca opened 1 week ago
Hey @nx-rebecca. Thanks for reaching out to us.
Function and procedure resources are currently being redesigned so we will tackle this improper behavior with it.
For now, you can use lifecycle#ignore_changes meta-argument to prevent the recreation.
Terraform CLI Version
1.8.3
Terraform Provider Version
0.96.0
Company Name
No response
Terraform Configuration
Category
category:resource
Object type(s)
resource:function
Expected Behavior
We would expect the snowflake_function not to be destroyed/recreated unless it has changed in some way in the tf definition.
Actual Behavior
Every time we run a terraform plan or apply, the snowflake_functions are destroyed and recreated. We think there's probably something not right in our function definition but we're not sure what.
Steps to Reproduce
.
How much impact is this issue causing?
Low
Logs
No response
Additional Information
No response