Update README.md

This commit is contained in:
Ludovico Magnocavallo 2020-06-09 17:21:07 +02:00 committed by GitHub
parent 6040564729
commit 61bf03d143
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ module "folder" {
names = ["Folder one", "Folder two"] names = ["Folder one", "Folder two"]
iam_members = { iam_members = {
"Folder one" = { "Folder one" = {
"roles/owner" => ["group:users@example.com"] "roles/owner" = ["group:users@example.com"]
} }
} }
iam_roles = { iam_roles = {