You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2020. It is now read-only.
It should be possible to have empty list of privileges, that is equivalent of "REVOKE ALL". This would allow to delete some default permission that postgresql creates (ex. for public schema).
Actual Behavior
TF validation for privilege parameter is set to MinItems=1 and returns an error.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform plan
The text was updated successfully, but these errors were encountered:
Hi there,
This is probably a feature request.
Terraform Version
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
Expected Behavior
It should be possible to have empty list of privileges, that is equivalent of "REVOKE ALL". This would allow to delete some default permission that postgresql creates (ex. for public schema).
Actual Behavior
TF validation for
privilege
parameter is set toMinItems=1
and returns an error.Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform plan
The text was updated successfully, but these errors were encountered: