Skip to content

Commit aff8b82

Browse files
authored
Revert "Bump hashicorp/setup-terraform from 2 to 3 (#754)" (#761)
This reverts commit c3ed817.
1 parent c3ed817 commit aff8b82

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
run: |
132132
echo TERRAFORM_DIRECTORY=${{ matrix.language }}/sample-apps/${{ matrix.sample-app }}/deploy/${{ matrix.instrumentation-type }} |
133133
tee --append $GITHUB_ENV
134-
- uses: hashicorp/setup-terraform@v3
134+
- uses: hashicorp/setup-terraform@v2
135135
- name: Initialize terraform
136136
run: terraform init
137137
working-directory: ${{ env.TERRAFORM_DIRECTORY }}

.github/workflows/main-build-python39.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: |
7272
echo TERRAFORM_DIRECTORY=python/integration-tests/aws-sdk/wrapper |
7373
tee --append $GITHUB_ENV
74-
- uses: hashicorp/setup-terraform@v3
74+
- uses: hashicorp/setup-terraform@v2
7575
- name: Initialize terraform
7676
run: terraform init
7777
working-directory: ${{ env.TERRAFORM_DIRECTORY }}

.github/workflows/main-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
run: |
160160
echo TERRAFORM_DIRECTORY=${{ matrix.language }}/integration-tests/${{ matrix.sample-app }}/${{ matrix.instrumentation-type }} |
161161
tee --append $GITHUB_ENV
162-
- uses: hashicorp/setup-terraform@v3
162+
- uses: hashicorp/setup-terraform@v2
163163
- name: Initialize terraform
164164
run: terraform init
165165
working-directory: ${{ env.TERRAFORM_DIRECTORY }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
matrix:
119119
architecture: ${{ fromJson(github.event.inputs.architecture) }}
120120
steps:
121-
- uses: hashicorp/setup-terraform@v3
121+
- uses: hashicorp/setup-terraform@v2
122122
- name: Get layer name by substituting `${{ matrix.architecture }}` into Workflow Input name keyword
123123
run: |
124124
echo LAYER_NAME=$(echo "${{ github.event.inputs.layer_name_keyword }}" | sed 's/<ARCHITECTURE>/${{ matrix.architecture }}/') | tee --append $GITHUB_ENV
@@ -300,7 +300,7 @@ jobs:
300300
role-to-assume: ${{ secrets.INTEG_TEST_LAMBDA_ROLE_ARN }}
301301
role-duration-seconds: 1200
302302
aws-region: ${{ matrix.aws_region }}
303-
- uses: hashicorp/setup-terraform@v3
303+
- uses: hashicorp/setup-terraform@v2
304304
- name: Initialize terraform
305305
run: terraform init
306306
working-directory: ${{ env.TERRAFORM_DIRECTORY }}

.github/workflows/soaking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
run: |
155155
echo TERRAFORM_DIRECTORY=${{ matrix.language }}/integration-tests/${{ matrix.sample-app }}/${{ matrix.instrumentation-type }} |
156156
tee --append $GITHUB_ENV
157-
- uses: hashicorp/setup-terraform@v3
157+
- uses: hashicorp/setup-terraform@v2
158158
with:
159159
terraform_version: 1.3.1
160160
- name: Initialize terraform

0 commit comments

Comments
 (0)