File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131
131
run : |
132
132
echo TERRAFORM_DIRECTORY=${{ matrix.language }}/sample-apps/${{ matrix.sample-app }}/deploy/${{ matrix.instrumentation-type }} |
133
133
tee --append $GITHUB_ENV
134
- - uses : hashicorp/setup-terraform@v3
134
+ - uses : hashicorp/setup-terraform@v2
135
135
- name : Initialize terraform
136
136
run : terraform init
137
137
working-directory : ${{ env.TERRAFORM_DIRECTORY }}
Original file line number Diff line number Diff line change 71
71
run : |
72
72
echo TERRAFORM_DIRECTORY=python/integration-tests/aws-sdk/wrapper |
73
73
tee --append $GITHUB_ENV
74
- - uses : hashicorp/setup-terraform@v3
74
+ - uses : hashicorp/setup-terraform@v2
75
75
- name : Initialize terraform
76
76
run : terraform init
77
77
working-directory : ${{ env.TERRAFORM_DIRECTORY }}
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ jobs:
159
159
run : |
160
160
echo TERRAFORM_DIRECTORY=${{ matrix.language }}/integration-tests/${{ matrix.sample-app }}/${{ matrix.instrumentation-type }} |
161
161
tee --append $GITHUB_ENV
162
- - uses : hashicorp/setup-terraform@v3
162
+ - uses : hashicorp/setup-terraform@v2
163
163
- name : Initialize terraform
164
164
run : terraform init
165
165
working-directory : ${{ env.TERRAFORM_DIRECTORY }}
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118
118
matrix :
119
119
architecture : ${{ fromJson(github.event.inputs.architecture) }}
120
120
steps :
121
- - uses : hashicorp/setup-terraform@v3
121
+ - uses : hashicorp/setup-terraform@v2
122
122
- name : Get layer name by substituting `${{ matrix.architecture }}` into Workflow Input name keyword
123
123
run : |
124
124
echo LAYER_NAME=$(echo "${{ github.event.inputs.layer_name_keyword }}" | sed 's/<ARCHITECTURE>/${{ matrix.architecture }}/') | tee --append $GITHUB_ENV
@@ -300,7 +300,7 @@ jobs:
300
300
role-to-assume : ${{ secrets.INTEG_TEST_LAMBDA_ROLE_ARN }}
301
301
role-duration-seconds : 1200
302
302
aws-region : ${{ matrix.aws_region }}
303
- - uses : hashicorp/setup-terraform@v3
303
+ - uses : hashicorp/setup-terraform@v2
304
304
- name : Initialize terraform
305
305
run : terraform init
306
306
working-directory : ${{ env.TERRAFORM_DIRECTORY }}
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ jobs:
154
154
run : |
155
155
echo TERRAFORM_DIRECTORY=${{ matrix.language }}/integration-tests/${{ matrix.sample-app }}/${{ matrix.instrumentation-type }} |
156
156
tee --append $GITHUB_ENV
157
- - uses : hashicorp/setup-terraform@v3
157
+ - uses : hashicorp/setup-terraform@v2
158
158
with :
159
159
terraform_version : 1.3.1
160
160
- name : Initialize terraform
You can’t perform that action at this time.
0 commit comments