Call procedures from terraform #2257
Labels
category:resource
feature-request
Used to mark issues with provider's missing functionalities
resource:procedure
Issue connected to the snowflake_procedure resource
Terraform CLI and Provider Versions
Terraform v1.2.7
snowflake-labs/snowflake v0.76.0
Use Cases or Problem Statement
The team I am on uses stored procedures to produce tables that get consumed by other processes. When a stored procedure is created by Terraform, I looking for a way to have the procedure optionally called upon creation.
Proposal
The procedure should be called again if the body of the procedure changes or if initialization arguments to the procedure change.
How much impact is this issue causing?
Medium
Additional Information
Currently looking at using snowsql with a null resource to accomplish the goal if I can figure out how to pass credentials to it.
The text was updated successfully, but these errors were encountered: