-
Notifications
You must be signed in to change notification settings - Fork 5
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
Deprecation warning for snowflake.StageGrant uses TF name #288
Comments
Thanks for reporting this @jkodroff. The fix will be in the bridge, so I opened pulumi/pulumi-terraform-bridge#1297 to track. |
Hi there, I also got this message. In this case, what is the recommended action from our end? |
You will need to switch to a non-deprecated resource. The Pulumi token is CSharp:
Python:
Typescript:
Go:
Java: pulumi-snowflake/sdk/java/src/main/java/com/pulumi/snowflake/GrantPrivilegesToRole.java Line 120 in 2434685
|
Is there any example? |
That is a big change for the grant schema is there any documentation on it? |
Sorry, one more question, does it make the grant stop working? |
Not entirely sure if this is what you're asking, but the However, I think that the docs might've gotten updated since I originally filed the issue, because it looks like Good luck, and please post your code if you get something working! I'll do the same if I can get |
Is there some where I can see the change? I believe there are changes in the arguments and many other things right? I believe any deprecated resource should have a how to migrate to the new one. Is there a way to help with that? |
What happened?
Creating a resource of type
snowflake.StageGrant
gives the user a deprecation warning that references the TF name:Expected Behavior
n/a
Steps to reproduce
n/a
Output of
pulumi about
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: