Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
geekzter committed Apr 28, 2024
1 parent 6756fb0 commit 224d127
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Generate terraform docs
on:
- pull_request
- push
- workflow_dispatch

jobs:
docs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Provisioning is a matter of specifying [variables](https://developer.hashicorp.c

Terraform variable can be provided as a .auto.tfvars file, see [sample](config.auto.tfvars.sample).

#### Managed Identity with Federated Credential and custom Azure RBAC
#### Managed Identity with Federated Credential and custom RBAC

```hcl
azdo_creates_identity = false
Expand Down Expand Up @@ -79,7 +79,7 @@ entra_app_owner_object_ids = ["00000000-0000-0000-0000-000000000000","111111
entra_service_management_reference = "11111111-1111-1111-1111-111111111111"
```

#### App registration with short-lived secret
#### App registration with short-lived secret and constrained RBAC

```hcl
azdo_creates_identity = false
Expand Down

0 comments on commit 224d127

Please sign in to comment.