terraform-provider-postgresql icon indicating copy to clipboard operation
terraform-provider-postgresql copied to clipboard

feat: add `log_statement` to role resource

Open bmbferreira opened this issue 1 year ago • 0 comments

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.

bmbferreira avatar Jan 12 '24 15:01 bmbferreira