From 0f22bce9e2df4e9f3840dfe85a438829b780e104 Mon Sep 17 00:00:00 2001 From: Ludovico Magnocavallo Date: Tue, 12 Oct 2021 09:40:10 +0200 Subject: [PATCH] Update README.md --- modules/organization/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/organization/README.md b/modules/organization/README.md index 94e9ff25a..5ad938366 100644 --- a/modules/organization/README.md +++ b/modules/organization/README.md @@ -17,7 +17,7 @@ module "org" { "cloud-owners@example.org" = ["roles/owner", "roles/projectCreator"] } iam = { - "roles/projectCreator" = ["group:cloud-admins@example.org"] + "roles/resourcemanager.projectCreator" = ["group:cloud-admins@example.org"] } policy_boolean = { "constraints/compute.disableGuestAttributesAccess" = true