File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -46,11 +46,11 @@ jobs:
4646 - name : Libre DevOps - Run Terraform for Azure
4747 uses : libre-devops/terraform-azure-docker-gh-action@v0.1
4848 with :
49- terraform-code-location : ${{ inputs.terraform-code-location }}
50- terraform-stack-to-run-json : ${{ inputs.terraform-stack-to-run }}
51- terraform-workspace : ${{ inputs.terraform-workspace }}
52- debug-mode : ${{ inputs.debug-mode }}
53- terraform-init-extra-args-json : ${{ vars .terraform-init-extra-args-json }}
49+ terraform-code-location : ${{ github.event. inputs.terraform-code-location }}
50+ terraform-stack-to-run-json : ${{ github.event. inputs.terraform-stack-to-run-json }}
51+ terraform-workspace : ${{ github.event. inputs.terraform-workspace }}
52+ debug-mode : ${{ github.event. inputs.debug-mode }}
53+ terraform-init-extra-args-json : ${{ env .terraform-init-extra-args-json }}
5454 env :
5555 ARM_CLIENT_ID : ${{ secrets.AZURE_CLIENT_ID }}
5656 ARM_TENANT_ID : ${{ secrets.AZURE_TENANT_ID }}
You can’t perform that action at this time.
0 commit comments