bug: Destroy RoleOwnershipGrant revert_ownership_to_role_name parameter ignored #211
Labels
awaiting-upstream
The issue cannot be resolved without action in another repository (may be owned by Pulumi).
kind/bug
Some behavior is incorrect or out of spec
Milestone
What happened?
When attempting to destroy
RoleOwnershipGrant
resource via Python SDK, providing a role for ownership to revert is ignored and defaults toaccountadmin
.eg:
Snowflake history reports that ownership grant was attempted to be given to
accountadmin
rather thanparent_role
:Expected Behavior
Ownership grant should've been assigned to
parent_role
.Steps to reproduce
Unfortunately, I'm limited in how specific I can be.
Obviously we are attempting to destroy a stack of role grants via the
pulumi
Python SDK with the stack defined throughpulumi_snowflake
resources.eg resource:
Output of
pulumi about
CLI
Version 3.60.0
Go Version go1.20.2
Go Compiler gc
Host
OS darwin
Version 13.2.1
Arch arm64
This project is written in python: executable='/nix/***/bin/python3' version='3.8.12
'
Current Stack: ***
Note: *** refers to masked information
Additional context
I have a sneaking suspicion that this might just be because
pulumi_snowflake
is an automated port of the terraform provider but would like a second opinion on this.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: