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 -->
55
53
## Inputs
56
54
57
55
| Name | Description | Type | Default | Required |
58
56
|------|-------------|:----:|:-----:|:-----:|
59
-
| all\_folder\_admins | List of IAM-style members that will get the extended permissions across all the folders. | list |`<list>`| no |
60
-
| folder\_admin\_roles | List of roles that will be applied to per folder owners on their respective folder. | list |`<list>`| no |
61
-
| names | Folder names. | list |`<list>`| no |
62
-
| parent\_id | Id of the resource under which the folder will be placed. | string | n/a | yes |
63
-
| parent\_type | Type of the parent reosurce, defaults to organization. | string |`"organization"`| no |
64
-
| 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 |
65
62
| prefix | Optional prefix to enforce uniqueness of folder names. | string |`""`| no |
66
-
| 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 |
67
64
68
65
## Outputs
69
66
70
67
| Name | Description |
71
68
|------|-------------|
72
-
|ids| Map of name => folder resource id. |
73
-
| 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