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

Add with_grant_option to postgresql_default_privileges #192

Closed stawii closed 1 year ago

stawii commented 4 years ago

This option exists in postgresql_grant but was missing in postgresql_default_privileges. It is required to setup many things including Vault PostgreSQL Database Secrets Engine.