hashicorp / terraform-provider-postgresql

As part of our introduction to self-service publishing in the Terraform Registry, this copy of the provider has been archived, and ownership has been transferred to active maintainers in the community. Please see the new location on the Terraform Registry: https://registry.terraform.io/providers/cyrilgdn/postgresql
https://github.com/cyrilgdn/terraform-provider-postgresql
Mozilla Public License 2.0
103 stars 79 forks source link

Grant usage on schema #170

Open y0devv opened 4 years ago

y0devv commented 4 years ago

Hi,

It seems like the GRANT USAGE ON SCHEMA schema_name TO role_name; grant is currently not supported? Are there any plans to add this?