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

update docs to reflect support added for database grants #151

Merged
merged 1 commit into from
Jun 30, 2020
Merged
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: 1 addition & 1 deletion website/docs/r/postgresql_grant.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ resource "postgresql_grant" "readonly_tables" {
* `role` - (Required) The name of the role to grant privileges on.
* `database` - (Required) The database to grant privileges on for this role.
* `schema` - (Required) The database schema to grant privileges on for this role.
* `object_type` - (Required) The PostgreSQL object type to grant the privileges on (one of: table, sequence,function).
* `object_type` - (Required) The PostgreSQL object type to grant the privileges on (one of: database, table, sequence,function).
* `privileges` - (Required) The list of privileges to grant.