Skip to content

Commit 4d38c94

Browse files
committed
Update
1 parent 442f7f2 commit 4d38c94

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/terraform-build.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ name: Terraform Build
33
on:
44
workflow_dispatch:
55
inputs:
6-
terraform-code-location:
7-
description: 'Terraform code location'
8-
required: false
9-
default: 'terraform'
106
terraform-workspace:
117
description: 'Terraform workspace'
128
required: false
@@ -37,7 +33,6 @@ jobs:
3733
- name: Libre DevOps - Run Terraform for Azure
3834
uses: libre-devops/terraform-azure-composite-gh-action@v0.1
3935
with:
40-
terraform-code-location: ${{ github.event.inputs.terraform-code-location }}
4136
terraform-stack-to-run-json: ${{ github.event.inputs.terraform-stack-to-run-json }}
4237
terraform-workspace: ${{ github.event.inputs.terraform-workspace }}
4338
debug-mode: ${{ github.event.inputs.debug-mode }}

0 commit comments

Comments
 (0)