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 1268288 commit be109e7Copy full SHA for be109e7
.github/workflows/terraform-build.yaml
@@ -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
15
+ default: '["all"]'
16
17
jobs:
18
terraform:
19
runs-on: ubuntu-latest
@@ -27,4 +43,4 @@ jobs:
27
43
env:
28
44
ARM_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
29
45
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