Skip to content

Commit

Permalink
TF_VAR_application_admin_client_id
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-p-smith committed Jun 8, 2022
1 parent 25a8e1d commit 7423b25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/devcontainer_run_command/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ runs:
TF_VAR_aad_tenant_id: "${{ inputs.AAD_TENANT_ID }}"
TF_VAR_api_client_id: "${{ inputs.TF_VAR_api_client_id }}"
TF_VAR_api_client_secret: "${{ inputs.TF_VAR_api_client_secret }}"
TF_VAR_application_admin_client_id: "${{ inputs.TF_VAR_application_admin_client_id }}"
TF_VAR_application_admin_client_secret: "${{ inputs.TF_VAR_application_admin_client_secret }}"
TF_VAR_acr_name: ${{ inputs.ACR_NAME }}
IS_API_SECURED: ${{ inputs.IS_API_SECURED }}
run: |
Expand Down

0 comments on commit 7423b25

Please sign in to comment.