This repository was archived by the owner on Jan 17, 2025. It is now read-only.
This repository was archived by the owner on Jan 17, 2025. It is now read-only.
Conflicts with syslog_access and superuser=false #95
Closed
Description
Hello.
I am trying to give an user syslog_access="UNRESTRICTED" while this user is not a superuser, since I know this is not a problem in Redshift but I am finding this error o the plan phase.
│ Error: Conflicting configuration arguments
│
│ with module....
│ on modules/.../main.tf line 4, in resource "redshift_user" "this":
│ 4: superuser = var.superuser
│
│ "superuser": conflicts with syslog_access
There is a way to solve it? Thanks