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/project_attachment/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,7 @@ No modules.
60
60
| <aname="input_labels"></a> [labels](#input\_labels)| Additional resource labels to will be send to the Autoconnect API |`map(string)`|`{}`| no |
61
61
| <aname="input_onboarding_create_role_id"></a> [onboarding\_create\_role\_id](#input\_onboarding\_create\_role\_id)| ID of the create role that has been created in the root module. This should be referenced from the root onboarding module. |`string`| n/a | yes |
62
62
| <aname="input_onboarding_cspm_service_account_key"></a> [onboarding\_cspm\_service\_account\_key](#input\_onboarding\_cspm\_service\_account\_key)| The base64 encoded Key of the CSPM service account that has been created or supplied (in case that var.create\_service\_account is false) in the root module. This should be referenced from the root onboarding module only for organization dedicated onboarding. |`string`|`""`| no |
63
+
| <aname="input_onboarding_organization_projects"></a> [onboarding\_organization\_projects](#input\_onboarding\_organization\_projects)| List of all organization IDs (This should be provided only if type of onboarding is 'organization') |`list(string)`|`[]`| no |
63
64
| <aname="input_onboarding_project_id"></a> [onboarding\_project\_id](#input\_onboarding\_project\_id)| Google Cloud Project ID has been created in the root module. This should be referenced from the root onboarding module. |`string`| n/a | yes |
64
65
| <aname="input_onboarding_project_number"></a> [onboarding\_project\_number](#input\_onboarding\_project\_number)| Google Cloud Project Number has been created in the root module. This should be referenced from the root onboarding module. |`string`| n/a | yes |
65
66
| <aname="input_onboarding_service_account_email"></a> [onboarding\_service\_account\_email](#input\_onboarding\_service\_account\_email)| Email of the service account that has been created or fetched (in case that var.create\_service\_account is false) in the root module. This should be referenced from the root onboarding module. |`string`| n/a | yes |
0 commit comments