cyrilgdn / terraform-provider-postgresql

Terraform PostgreSQL provider
https://www.terraform.io/docs/providers/postgresql/
Mozilla Public License 2.0
356 stars 181 forks source link

feat: add alter role functionality #388

Open PeterSzegedi opened 6 months ago

PeterSzegedi commented 6 months ago

New feature for altering roles which is useful for setting pgaudit settings among other things. This change was implemented on a few forks already, but for some reason it was never contributed back.

PeterSzegedi commented 5 months ago

Could you eyeball this please @cyrilgdn?