You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just as the you can with a snowflake_function, I expected that the is_secure argument should be accepted to created a Secure Procedure. This doesn't allow us to mask sensitive procedures.
Actual Behavior
is_secure is an unsupported argument
│ Error: Unsupported argument
│
│ on procedures.tf line 16, in resource "snowflake_procedure" "calc_phash":
│ 16: is_secure = true
│
│ An argument named "is_secure" is not expected here.
Steps to Reproduce
terraform apply
How much impact is this issue causing?
High
Logs
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered:
We have plans to redesign all the existing resources (check our newly published ROADMAP). We are migrating this to the new SDK, though, so maybe we will add this missing parameter at the same time.
Terraform CLI and Provider Versions
Terraform v1.5.3
snowflake-labs/snowflake v0.83.1
Terraform Configuration
Expected Behavior
Just as the you can with a
snowflake_function
, I expected that the is_secure argument should be accepted to created a Secure Procedure. This doesn't allow us to mask sensitive procedures.Actual Behavior
is_secure
is an unsupported argumentSteps to Reproduce
terraform apply
How much impact is this issue causing?
High
Logs
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: