terraform-provider-redshift
terraform-provider-redshift copied to clipboard
allow superusers to have unmanaged passwords
This will remove the check for empty passwords for superusers, which will allow managing passwords outside of TF, but will fail at the apply stage if trying to create a superuser with no password - instead of at the plan stage as this does.
Any change for this to be merged?