Skip to content

Commit

Permalink
fix(doc): Typo in postgresql_grant_role doc
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilgdn committed Feb 25, 2024
1 parent 43c8627 commit 04b4a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/postgresql_grant_role.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ resource "postgresql_grant_role" "grant_root" {
~> **Note:** If you use `postgresql_grant_role` for a role that you also manage with a `postgresql_role` resource, you need to ignore the changes of the `roles` attribute in the `postgresql_role` resource or they will fight over what your role grants should be. e.g.:
```hcl
resource "postgresql_role" "bob" {
role = "bob"
name = "bob"
lifecycle {
ignore_changes = [
Expand Down

0 comments on commit 04b4a22

Please sign in to comment.