Skip to content

Commit

Permalink
doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
David Corrigan committed Apr 4, 2023
1 parent d730156 commit 8269c4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/docs/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -61,22 +61,22 @@ can also be sourced from the `AZDO_SP_CLIENT_ID` environment variable.
- `sp_tenant_id` - The tenant id used when authenticating to a service principal.
It can also be sourced from the `AZDO_SP_TENANT_ID` environment variable.

`sp_client_id_plan` - The client id used when authenticating to a service principal using the Terraform
- `sp_client_id_plan` - The client id used when authenticating to a service principal using the Terraform
Cloud workload identity token during a plan operation in Terraform Cloud. `sp_client_id` may be used if
the id is the same for plan & apply.
It can also be sourced from the `AZDO_SP_CLIENT_ID_PLAN` environment variable.

`sp_client_id_apply` - The client id used when authenticating to a service principal using the Terraform
- `sp_client_id_apply` - The client id used when authenticating to a service principal using the Terraform
Cloud workload identity token during an apply operation in Terraform Cloud. `sp_client_id` may be used if
the id is the same for plan & apply.
It can also be sourced from the `AZDO_SP_CLIENT_ID_APPLY` environment variable.

`sp_tenant_id_plan` - The tenant id used when authenticating to a service principal using the Terraform
- `sp_tenant_id_plan` - The tenant id used when authenticating to a service principal using the Terraform
Cloud workload identity token during a plan operation in Terraform Cloud. `sp_tenant_id` may be used if
the id is the same for plan & apply.
It can also be sourced from the `AZDO_SP_TENANT_ID_PLAN` environment variable.

`sp_tenant_id_apply` - The tenant id used when authenticating to a service principal using the Terraform
- `sp_tenant_id_apply` - The tenant id used when authenticating to a service principal using the Terraform
Cloud workload identity token during an apply operation in Terraform Cloud. `sp_tenant_id` may be used if
the id is the same for plan & apply.
It can also be sourced from the `AZDO_SP_TENANT_ID_APPLY` environment variable.
Expand Down

0 comments on commit 8269c4b

Please sign in to comment.