Unable to import snowflake procedure grant #1867
Unanswered
ashshetty90
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Everyone,
I am working on migrating a lot of our snowflake resources into Terraform and while importing snowflake procedure grants, I am running into the
Error: incorrect ID format (expecting database_name|schema_name|procedure_name|argument_data_types|privilege|with_grant_option|on_future|roles|shares)
I couldn't find any help online around fixing this issue. Please find all the relevant details :
terraform import snowflake_procedure_grant.DEV_SP_PURGE_EXCLUSION_CHECK_GRANT "DEV_DWH|ANALYTICS_SB|SP_PURGE_EXCLUSION_CHECK|[]|OWNERSHIP|true|false|DEV_ANALYTICS_SB_CREATE_ROLE|[]"
Any help would be really appreciated.
Beta Was this translation helpful? Give feedback.
All reactions