Skip to content

Commit c3ed817

Browse files
Bump hashicorp/setup-terraform from 2 to 3 (#754)
Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 2 to 3. - [Release notes](https://github.com/hashicorp/setup-terraform/releases) - [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md) - [Commits](hashicorp/setup-terraform@v2...v3) --- updated-dependencies: - dependency-name: hashicorp/setup-terraform dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6316515 commit c3ed817

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@v2
134+
- uses: hashicorp/setup-terraform@v3
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@v2
74+
- uses: hashicorp/setup-terraform@v3
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@v2
162+
- uses: hashicorp/setup-terraform@v3
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@v2
121+
- uses: hashicorp/setup-terraform@v3
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@v2
303+
- uses: hashicorp/setup-terraform@v3
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@v2
157+
- uses: hashicorp/setup-terraform@v3
158158
with:
159159
terraform_version: 1.3.1
160160
- name: Initialize terraform

0 commit comments

Comments
 (0)