Skip to content
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

Before alter group make sure user still exists #66

Merged
merged 1 commit into from
Apr 22, 2022

Conversation

lukasbudisky
Copy link

When there is no dependency between user and group or user is in
multiple groups and was removed before then terraform will fail. After this
commit we fix problem and during alter table we check if user still
exists in redshift.

redshift/resource_redshift_group.go Outdated Show resolved Hide resolved
redshift/resource_redshift_group.go Outdated Show resolved Hide resolved
@lukasbudisky lukasbudisky force-pushed the feature/1 branch 2 times, most recently from 4ec4e62 to 0053db1 Compare April 22, 2022 07:35
When there is no dependency between user and group or user is in
multiple groups and was removed before then terraform will fail. After this
commit we fix problem and during alter table we check if user still
exists in redshift.
@winglot winglot merged commit 05dc1bf into brainly:master Apr 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants