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
Copy file name to clipboardExpand all lines: modules/onboarding/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,10 +60,10 @@ No modules.
60
60
| <aname="input_project_id"></a> [project\_id](#input\_project\_id)| (Required) Target Project identifier provided by the customer |`string`| n/a | yes |
61
61
| <aname="input_suffix"></a> [suffix](#input\_suffix)| (Optional) Suffix to uniquely identify resources during multiple installs. If not provided, random value is autogenerated |`string`|`null`| no |
62
62
| <aname="input_management_group_ids"></a> [suffix](#input\_management\_group\_ids)| TO BE DEPRECATED: Please work with Sysdig to migrate to using `include_folders` instead.<br>List of management group ids w.r.t an org install. If not provided, set to empty by default |`set(string)`|`[]`| no |
63
-
| <aname="input_include_folders"></a> [suffix](#input\_include\_folders)| folders to include for organization |`set(string)`|`[]`| no |
64
-
| <aname="input_exclude_folders"></a> [suffix](#input\_exclude\_folders)| folders to exclude for organization |`set(string)`|`[]`| no |
65
-
| <aname="input_include_projects"></a> [suffix](#input\_include\_projects)| projects to include for organization|`set(string)`|`[]`| no |
66
-
| <aname="input_exclude_projects"></a> [suffix](#input\_exclude\_projects)| projects to exclude for organization|`set(string)`|`[]`| no |
63
+
| <aname="input_include_folders"></a> [suffix](#input\_include\_folders)| folders to include for organization in the format 'folders/{folder_id}'. i.e: folders/123456789012|`set(string)`|`[]`| no |
64
+
| <aname="input_exclude_folders"></a> [suffix](#input\_exclude\_folders)| folders to exclude for organization in the format 'folders/{folder_id}'. i.e: folders/123456789012|`set(string)`|`[]`| no |
65
+
| <aname="input_include_projects"></a> [suffix](#input\_include\_projects)| projects to include for organization. i.e: my-project-id|`set(string)`|`[]`| no |
66
+
| <aname="input_exclude_projects"></a> [suffix](#input\_exclude\_projects)| projects to exclude for organization. i.e: my-project-id|`set(string)`|`[]`| no |
0 commit comments