brainly/terraform-provider-redshift

redshift does not allow create superuser without password

Closed this issue · 1 comments

Attempting to create a user as superuser without setting a password gives this error from redshift at apply-time.

error creating user mysuperuser: pq: CREATEUSER and PASSWORD DISABLE are incompatible

It would be nicer to have an error on the plan phase.

ps. fantastic work! thank you so much for creating and sharing this project!