Skip to content

Commit be109e7

Browse files
committed
fix accidental deletion
1 parent 1268288 commit be109e7

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

.github/workflows/terraform-build.yaml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# .github/workflows/terraform-azure.yml
2+
3+
name: Run Libre DevOps Terraform for Azure
4+
5+
on:
6+
workflow_dispatch:
7+
inputs:
8+
terraform-workspace:
9+
description: 'Terraform workspace'
10+
required: false
11+
default: 'dev'
12+
terraform-stack-to-run-json:
13+
description: 'Terraform stacks to run'
14+
required: false
15+
default: '["all"]'
16+
117
jobs:
218
terraform:
319
runs-on: ubuntu-latest
@@ -27,4 +43,4 @@ jobs:
2743
env:
2844
ARM_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
2945
ARM_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
30-
ARM_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
46+
ARM_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

0 commit comments

Comments
 (0)