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 3e90578 commit fc613f8Copy full SHA for fc613f8
1 file changed
.github/workflows/test-e2e.yaml
@@ -21,6 +21,9 @@ jobs:
21
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
22
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
23
24
+ - name: Install Terraform
25
+ uses: hashicorp/setup-terraform@v3
26
+
27
- name: Install azd
28
uses: Azure/setup-azd@v2.1.0
29
0 commit comments