From 04b4a22d999f2bd5c5c8c391e5cfa51ea8cff040 Mon Sep 17 00:00:00 2001 From: Cyril Gaudin Date: Sun, 25 Feb 2024 15:32:43 +0100 Subject: [PATCH] fix(doc): Typo in `postgresql_grant_role` doc --- website/docs/r/postgresql_grant_role.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/postgresql_grant_role.html.markdown b/website/docs/r/postgresql_grant_role.html.markdown index 82ecda79..13fc8c65 100644 --- a/website/docs/r/postgresql_grant_role.html.markdown +++ b/website/docs/r/postgresql_grant_role.html.markdown @@ -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 = [