Replies: 1 comment
-
As documented here: https://registry.terraform.io/providers/chanzuckerberg/snowflake/latest/docs/resources/database
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Is it possible to have Terraform manage inbound secure shares?
A data provider has provided us with a share (https://docs.snowflake.com/en/user-guide/data-share-consumers.html) and this is landed in our account as a database by running:
CREATE DATABASE FROM SHARE <provider_account>.<share_name>
Can this be done within TF using the provider so we can manage all the RBAC still within TF as we do at the moment?
Thanks,
Giles
Beta Was this translation helpful? Give feedback.
All reactions