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 7136914 commit dcee6e3Copy full SHA for dcee6e3
.github/workflows/main.yml
@@ -9,6 +9,12 @@ on:
9
permissions:
10
id-token: write
11
contents: read
12
+env:
13
+ ARM_SKIP_PROVIDER_REGISTRATION: true
14
+ ARM_USE_OIDC: true
15
+ ARM_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
16
+ ARM_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
17
+ ARM_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
18
19
jobs:
20
# deploy-infrastructure:
@@ -50,6 +56,11 @@ jobs:
50
56
ssh-add /home/runner/.ssh/id_rsa
51
57
- name: Checkout
52
58
uses: actions/checkout@v4
59
+ - name: Setup Terraform
60
+ uses: hashicorp/setup-terraform@v3
61
+ with:
62
+ terraform_version: 1.8.3
63
+ terraform_wrapper: false
53
64
- name: Setup ruby
54
65
uses: ruby/setup-ruby@v1
55
66
with:
0 commit comments