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 `log_statement` to role resource #392

Open bmbferreira opened 5 months ago

bmbferreira commented 5 months ago

Similar to a previous feature that was added to support adding the statement_timeout for a specific role, this PR adds a new attribute on the role resource to allow to set the log_statement as well. This is useful to be able to allow logging all the activity for a specific role for example.