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
| <aname="input_azdo_project_name"></a> [azdo_project_name](#input_azdo_project_name)| The Azure DevOps project name to create the service connection in |`string`| n/a | yes |
176
197
| <aname="input_azdo_creates_identity"></a> [azdo_creates_identity](#input_azdo_creates_identity)| Let Azure DevOps create identity for service connection |`bool`|`false`| no |
177
-
| <aname="input_azure_role_assignments"></a> [azure_role_assignments](#input_azure_role_assignments)| Role assignments to create for the service connection's identity. If this is empty, the Contributor role will be assigned on the azurerm provider subscription. |`set(object({scope=string, role=string}))`|`[]`| no |
198
+
| <aname="input_azure_role_assignments"></a> [azure_role_assignments](#input_azure_role_assignments)| Role assignments to create for the service connection's identity. If this is empty, the Contributor role will be assigned on the azurerm provider subscription. |`set(object({scope=string, role=string}))`|`null`| no |
178
199
| <aname="input_create_federation"></a> [create_federation](#input_create_federation)| Use workload identity federation instead of a App Registration secret |`bool`|`true`| no |
179
200
| <aname="input_create_managed_identity"></a> [create_managed_identity](#input_create_managed_identity)| Creates a Managed Identity instead of a App Registration |`bool`|`false`| no |
180
201
| <aname="input_entra_app_notes"></a> [entra_app_notes](#input_entra_app_notes)| Description to put in the Entra ID app registration notes field |`string`|`null`| no |
181
202
| <aname="input_entra_app_owner_object_ids"></a> [entra_app_owner_object_ids](#input_entra_app_owner_object_ids)| Object ids of the users that will be co-owners of the Entra ID app registration |`list(string)`|`null`| no |
182
203
| <aname="input_entra_secret_expiration_days"></a> [entra_secret_expiration_days](#input_entra_secret_expiration_days)| Secret expiration in days |`number`|`90`| no |
204
+
| <aname="input_entra_security_group_names"></a> [entra_security_group_names](#input_entra_security_group_names)| Names of the security groups to add the service connection identity to |`list(string)`|`null`| no |
183
205
| <aname="input_entra_service_management_reference"></a> [entra_service_management_reference](#input_entra_service_management_reference)| IT Service Management Reference to add to the App Registration |`string`|`null`| no |
184
206
| <aname="input_managed_identity_resource_group_id"></a> [managed_identity_resource_group_id](#input_managed_identity_resource_group_id)| The resource group to create the Managed Identity in |`string`|`null`| no |
185
207
| <aname="input_resource_prefix"></a> [resource_prefix](#input_resource_prefix)| The prefix to put in front of resource names created |`string`|`"demo"`| no |
0 commit comments