Fix typo in folder README

This commit is contained in:
Julio Castillo
2020-05-25 11:35:18 +02:00
committed by GitHub
parent b75e6becf0
commit 4bf3a81463

View File

@@ -10,7 +10,7 @@ This module allow creation and management of sets of folders sharing a common pa
module "folder" {
source = "./modules/folders"
parent = "organizations/1234567890"
names = ["Folder one", "Folder two]
names = ["Folder one", "Folder two"]
iam_members = {
"Folder one" = {
"roles/owner" => ["group:users@example.com"]