Skip to content
This repository has been archived by the owner on Nov 14, 2020. It is now read-only.

postgresql_role: Add roles attribute. #52

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ FEATURES:
([#53](https://github.com/terraform-providers/terraform-provider-postgresql/pull/53))
* New resource: postgresql_default_privileges. This resource allow to manage default privileges for tables or sequences for a specified role in a specified schema.
([#53](https://github.com/terraform-providers/terraform-provider-postgresql/pull/53))
* `postgresql_role`: Add `roles` attribute.
([#52](https://github.com/terraform-providers/terraform-provider-postgresql/pull/52))

BUG FIXES:

Expand Down
Loading