You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
54
53
## Inputs
55
54
56
55
| Name | Description | Type | Default | Required |
57
56
|------|-------------|:----:|:-----:|:-----:|
58
-
| all\_folder\_admins | List of IAM-style members that will get the extended permissions across all the folders. | list |`<list>`| no |
59
-
| folder\_admin\_roles | List of roles that will be applied to per folder owners on their respective folder. | list |`<list>`| no |
60
-
| names | Folder names. | list |`<list>`| no |
61
-
| parent |IThe resource name of the parent Folder or Organization. Must be of the form folders/folder_id or organizations/org_id | string | n/a | yes |
62
-
| per\_folder\_admins | List of IAM-style members per folder who will get extended permissions. | list |`<list>`| no |
57
+
| all\_folder\_admins | List of IAM-style members that will get the extended permissions across all the folders. | list(string)|`<list>`| no |
58
+
| folder\_admin\_roles | List of roles that will be applied to per folder owners on their respective folder. | list(string)|`<list>`| no |
59
+
| names | Folder names. | list(string)|`<list>`| no |
60
+
| parent |The resource name of the parent Folder or Organization. Must be of the form folders/folder_id or organizations/org_id | string | n/a | yes |
61
+
| per\_folder\_admins | List of IAM-style members per folder who will get extended permissions. | list(string)|`<list>`| no |
63
62
| prefix | Optional prefix to enforce uniqueness of folder names. | string |`""`| no |
64
-
| set\_roles | Set roles to actors passed in role_members variable. |string|`"false"`| no |
63
+
| set\_roles | Set roles to actors passed in role_members variable. |bool|`"false"`| no |
65
64
66
65
## Outputs
67
66
68
67
| Name | Description |
69
68
|------|-------------|
70
-
|ids| Map of name => folder resource id. |
71
-
| names | Map of name => folder resource name. |
69
+
|names\_and\_display\_names| Map of name => folder resource name. |
70
+
| names\_and\_ids| Map of name => folder resource id. |
0 commit comments