Skip to content

Commit dcee6e3

Browse files
committed
Add terraform to tests
1 parent 7136914 commit dcee6e3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/main.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ on:
99
permissions:
1010
id-token: write
1111
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 }}
1218

1319
jobs:
1420
# deploy-infrastructure:
@@ -50,6 +56,11 @@ jobs:
5056
ssh-add /home/runner/.ssh/id_rsa
5157
- name: Checkout
5258
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
5364
- name: Setup ruby
5465
uses: ruby/setup-ruby@v1
5566
with:

0 commit comments

Comments
 (0)