Skip to content

Commit 1802eb1

Browse files
author
github-actions
committed
Update docs
1 parent 2a411d4 commit 1802eb1

File tree

1 file changed

+2
-1
lines changed
  • terraform/azure-devops/create-service-connection

1 file changed

+2
-1
lines changed

terraform/azure-devops/create-service-connection/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ This creates a Managed Identity with Federated Identity Credential and custom Az
105105
azdo_creates_identity = false
106106
azdo_organization_url = "https://dev.azure.com/my-organization"
107107
azdo_project_name = "my-project"
108-
azure_role_assignments = []
108+
azure_role_assignments = [] # No direct assignments
109109
create_federation = true
110110
create_managed_identity = true
111111
entra_security_group_names = ["my-security-group"]
@@ -158,6 +158,7 @@ create_federation = false
158158
create_managed_identity = false
159159
entra_secret_expiration_days = 0 # secret lasts 1 hour
160160
```
161+
161162
Pre-requisites:
162163

163164
- The user can create app registrations i.e.:

0 commit comments

Comments
 (0)