-
Notifications
You must be signed in to change notification settings - Fork 427
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
terraform import snowflake_procedure - plugin runtime error: index out of range #993
Comments
Hi team! I am facing the same issue with importing snowflake_procedure
Command: |
Hey @Sophiakorginska. Thanks for reaching out to us. In version 0.85.0 the identifier format for procedures was changes but as I see, the example for import was not. Caqn you check if you are able to import this procedure using |
Hi @sfc-gh-asawicki, |
Fixed a few issues (from GH and reported internally): - Do not swallow error in access token setup (References: #2678) - Fix import example after v0.85.0 changes (References: #993) - Fix alter allowed values for tags (reported internally) - Suppress diff for quoted on_table/on_view in stream resource (References: #2672) - Test primary key creation (References: #2674 #2629) - Fix v0.85.0 state migrator for external functions (References: #2694)
We are closing this issue as part of a cleanup described in announcement. If you believe that the issue is still valid in v0.89.0, please open a new ticket. |
Provider Version
0.33.1
Terraform Version
1.1.7 on linux_amd64
Describe the bug
On attempting to import a stored procedure, the plugin crashes:
Error Message:
Expected behavior
Code samples and commands
main.tf:
terraform import snowflake_procedure.proc 'DATABASE|SCHEMA|STORED_PROC_NAME|boolean'
Additional context
The text was updated successfully, but these errors were encountered: