Skip to content

Commit 4f678f5

Browse files
Merge pull request #237 from ShotaroMatsuya/chore/small_change
chore: upgrade tf version to v1.7.5
2 parents 5c5d9f8 + 71418e5 commit 4f678f5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/apply.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
if: ${{ !contains(steps.pr_labels.outputs.labels, 'no-apply') }}
6060
uses: hashicorp/setup-terraform@v3
6161
with:
62-
terraform_version: 1.6.5
62+
terraform_version: 1.7.5
6363

6464
- name: Create Mapping Yaml
6565
if: ${{ matrix.dir == 'terraform/scheduling' && !contains(steps.pr_labels.outputs.labels, 'no-apply') }}

.github/workflows/drift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
SLACK_WEBHOOK: "https://hooks.slack.com/services/${{ secrets.WEBHOOK_PATH }}"
1111
TF_VAR_WEBHOOK_PATH: ${{ secrets.WEBHOOK_PATH }}
1212
TF_VAR_github_token: ${{ secrets.TF_VAR_github_token }}
13-
TF_VERSION: 1.6.5
13+
TF_VERSION: 1.7.5
1414
AWS_REGION: ap-northeast-1
1515
AWS_IAM_ROLE_ARN: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/minecraft-test-github-actions
1616
permissions:

.github/workflows/retore-and-set-recoverypoint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install Terraform
4141
uses: hashicorp/setup-terraform@v3
4242
with:
43-
terraform_version: 1.6.5
43+
terraform_version: 1.7.5
4444
terraform_wrapper: false # workarround ref:https://stackoverflow.com/questions/77243030/detailed-exitcode-flag-of-terraform-not-working-inside-github-action
4545
- name: Create Mapping Yaml
4646
working-directory: terraform/scheduling

.github/workflows/schedule_job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
SLACK_ICON: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
1212
SLACK_WEBHOOK: https://hooks.slack.com/services/${{secrets.WEBHOOK_PATH}}
1313
TF_VAR_WEBHOOK_PATH: ${{ secrets.WEBHOOK_PATH }}
14-
TF_VERSION: 1.6.5
14+
TF_VERSION: 1.7.5
1515
AWS_REGION: ap-northeast-1
1616
defaults:
1717
run:

.github/workflows/terraform_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Install Terraform
5555
uses: hashicorp/setup-terraform@v3
5656
with:
57-
terraform_version: 1.4.1
57+
terraform_version: 1.7.5
5858

5959
- name: Terraform Format Check
6060
id: check_fmt

0 commit comments

Comments
 (0)