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

Fix conflicting superuser and syslog_access fields #105

Merged
merged 1 commit into from
Jan 16, 2023

Conversation

winglot
Copy link
Member

@winglot winglot commented Jan 16, 2023

When the superuser filed on redshift_user resource was set to false using a variable and syslog_access was also set, Terraform thrown a conflict error.

The change implements a validation later in the flow allowing both fields to coexist and only do the validation if the supersuer field value is set to true.

Closes #95

@winglot winglot force-pushed the fix-superuser-syslog-conflict branch from cc25746 to 8ae4453 Compare January 16, 2023 15:27
@robertomczak robertomczak self-requested a review January 16, 2023 15:40
@winglot winglot merged commit d7bc358 into master Jan 16, 2023
@winglot winglot deleted the fix-superuser-syslog-conflict branch January 16, 2023 15:42
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.

Conflicts with syslog_access and superuser=false
2 participants