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:
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 }}
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments