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

Allow granting default roles #168

Open dmattia opened 4 years ago

dmattia commented 4 years ago

Terraform Version

v0.12.26

Affected Resource(s)

Description

Newer versions of postgresql support Default Roles: https://www.postgresql.org/docs/10/default-roles.html

I would like to be able to use postgresql_grant resources to grant access such as in the statement: grant pg_monitor to datadog;

drpebcak commented 4 years ago

This would be useful for me too.

wimi commented 4 years ago

@dmattia Isn't it already in place? I think this is it