terraform-provider-snowflake
terraform-provider-snowflake copied to clipboard
[Feature]: Add support for optional/default arguments for snowflake_function resources
Use Cases or Problem Statement
I want to create a function that has an optional/default argument, as specified in the Snowflake Documentation.
Category
category:resource
Object type(s)
resource:function
Proposal
Add a default
argument to the arguments
block in the snowflake_function
resource. This is identical to the same proposal for procedures.
How much impact is this issue causing?
Medium
Additional Information
No response
Would you like to implement a fix?
- [ ] Yeah, I'll take it 😎