You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Grants are difficult to manage in Terraform because unlike other resources, they do not maintain a single id within an system catalog. Instead grant ids are maintained as a concatenation of the relevant roles, permission and objects. As a result, users are able to create multiple grants that are duplicates.
Grants are difficult to manage in Terraform because unlike other resources, they do not maintain a single id within an system catalog. Instead grant ids are maintained as a concatenation of the relevant roles, permission and objects. As a result, users are able to create multiple grants that are duplicates.
When applied this will be successful and grant the correct privileges.
However deleting the
duplicate
resource will revoke theUPDATE
privilege even though there is still a resource privilege defining that permissionThis can be particularly difficult for users with more complex Terraform projects that dynamically map resources.
The text was updated successfully, but these errors were encountered: