We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 442f7f2 commit 4d38c94Copy full SHA for 4d38c94
.github/workflows/terraform-build.yaml
@@ -3,10 +3,6 @@ name: Terraform Build
3
on:
4
workflow_dispatch:
5
inputs:
6
- terraform-code-location:
7
- description: 'Terraform code location'
8
- required: false
9
- default: 'terraform'
10
terraform-workspace:
11
description: 'Terraform workspace'
12
required: false
@@ -37,7 +33,6 @@ jobs:
37
33
- name: Libre DevOps - Run Terraform for Azure
38
34
uses: libre-devops/terraform-azure-composite-gh-action@v0.1
39
35
with:
40
- terraform-code-location: ${{ github.event.inputs.terraform-code-location }}
41
36
terraform-stack-to-run-json: ${{ github.event.inputs.terraform-stack-to-run-json }}
42
terraform-workspace: ${{ github.event.inputs.terraform-workspace }}
43
debug-mode: ${{ github.event.inputs.debug-mode }}
0 commit comments