File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
terraform/azure-devops/create-service-connection Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ This creates a Managed Identity with Federated Identity Credential and custom Az
105
105
azdo_creates_identity = false
106
106
azdo_organization_url = "https://dev.azure.com/my-organization"
107
107
azdo_project_name = "my-project"
108
- azure_role_assignments = []
108
+ azure_role_assignments = [] # No direct assignments
109
109
create_federation = true
110
110
create_managed_identity = true
111
111
entra_security_group_names = ["my-security-group"]
@@ -158,6 +158,7 @@ create_federation = false
158
158
create_managed_identity = false
159
159
entra_secret_expiration_days = 0 # secret lasts 1 hour
160
160
```
161
+
161
162
Pre-requisites:
162
163
163
164
- The user can create app registrations i.e.:
You can’t perform that action at this time.
0 commit comments