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 3825777 commit dfbf9c2Copy full SHA for dfbf9c2
.github/workflows/deploy-staging-network.yml
@@ -92,6 +92,11 @@ jobs:
92
run: |
93
gcloud auth activate-service-account --key-file="$GOOGLE_APPLICATION_CREDENTIALS"
94
95
+ - name: Setup Terraform
96
+ uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1
97
+ with:
98
+ terraform_version: "1.5.0" # Specify your desired version
99
+
100
- name: Deploy network
101
if: env.MAJOR_VERSION == '2'
102
env:
0 commit comments