-
Notifications
You must be signed in to change notification settings - Fork 50
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
redshift_grant fails on apply stage for external schemas #73
Comments
I am currently facing the same problem when trying to grant USAGE and CREATE to a user in the This is the resource block that's failing:
and this is the outcome of my apply:
I am running OpenTofu v1.8.4 and Redshift's provider v1.1.0. Any help would be much appreciated |
Welp, turns out that in my case, another engineer accidentally dropped the |
I get the following error when try to create redshift grant for external schema:
Terraform plan seems like following:
At the same time grant for regular schema apply works properly.
Also if I run following SQL query, grant applies without any error:
The text was updated successfully, but these errors were encountered: