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
@@ -61,9 +60,7 @@ Provisioning is a matter of specifying [variables](https://developer.hashicorp.c
61
60
| <aname="input_azdo_organization_url"></a> [azdo_organization_url](#input_azdo_organization_url)| The Azure DevOps organization URL (e.g. https://dev.azure.com/contoso)|`string`|
62
61
| <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`|
63
62
| <aname="input_azdo_creates_identity"></a> [azdo_creates_identity](#input_azdo_creates_identity)| Let Azure DevOps create identity for service connection |`bool`|
64
-
| <aname="input_azure_role"></a> [azure_role](#input_azure_role)| The Azure RBAC role to assign to the service connection's identity |`string`|
65
-
| <aname="input_azure_role_assignments"></a> [azure_role_assignments](#input_azure_role_assignments)| Additional role assignments to create for the service connection's identity |`set(object({scope=string, role=string}))`|
66
-
| <aname="input_azure_scope"></a> [azure_scope](#input_azure_scope)| The Azure scope to assign access to |`string`|
63
+
| <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}))`|
67
64
| <aname="input_create_federation"></a> [create_federation](#input_create_federation)| Use workload identity federation instead of a App Registration secret |`bool`|
68
65
| <aname="input_create_managed_identity"></a> [create_managed_identity](#input_create_managed_identity)| Creates a Managed Identity instead of a App Registration |`bool`|
69
66
| <aname="input_entra_owner_object_ids"></a> [entra_owner_object_ids](#input_entra_owner_object_ids)| Object ids of the users that will be co-owners of the Entra ID app registration |`list(string)`|
@@ -82,9 +79,7 @@ Provisioning is a matter of specifying [variables](https://developer.hashicorp.c
82
79
| <aname="output_azdo_service_connection_id"></a> [azdo_service_connection_id](#output_azdo_service_connection_id)| The Azure DevOps service connection id |
83
80
| <aname="output_azdo_service_connection_name"></a> [azdo_service_connection_name](#output_azdo_service_connection_name)| The Azure DevOps service connection name |
84
81
| <aname="output_azdo_service_connection_url"></a> [azdo_service_connection_url](#output_azdo_service_connection_url)| The Azure DevOps service connection portal URL |
85
-
| <aname="output_azure_resource_group_name"></a> [azure_resource_group_name](#output_azure_resource_group_name)| The name of the resource group the service connection was granted access to |
86
-
| <aname="output_azure_scope"></a> [azure_scope](#output_azure_scope)| The Azure scope the service connection was granted access to |
87
-
| <aname="output_azure_scope_url"></a> [azure_scope_url](#output_azure_scope_url)| The Azure scope portal URL the service connection was granted access to |
82
+
| <aname="output_azure_role_assignments"></a> [azure_role_assignments](#output_azure_role_assignments)| Role assignments created for the service connection's identity |
88
83
| <aname="output_azure_subscription_id"></a> [azure_subscription_id](#output_azure_subscription_id)| The Azure subscription id the service connection was granted access to |
89
84
| <aname="output_azure_subscription_name"></a> [azure_subscription_name](#output_azure_subscription_name)| The Azure subscription name the service connection was granted access to |
90
85
| <aname="output_identity_application_id"></a> [identity_application_id](#output_identity_application_id)| The app/client id of the service connection's identity |
0 commit comments