File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 59
59
if : ${{ !contains(steps.pr_labels.outputs.labels, 'no-apply') }}
60
60
uses : hashicorp/setup-terraform@v3
61
61
with :
62
- terraform_version : 1.6 .5
62
+ terraform_version : 1.7 .5
63
63
64
64
- name : Create Mapping Yaml
65
65
if : ${{ matrix.dir == 'terraform/scheduling' && !contains(steps.pr_labels.outputs.labels, 'no-apply') }}
Original file line number Diff line number Diff line change 10
10
SLACK_WEBHOOK : " https://hooks.slack.com/services/${{ secrets.WEBHOOK_PATH }}"
11
11
TF_VAR_WEBHOOK_PATH : ${{ secrets.WEBHOOK_PATH }}
12
12
TF_VAR_github_token : ${{ secrets.TF_VAR_github_token }}
13
- TF_VERSION : 1.6 .5
13
+ TF_VERSION : 1.7 .5
14
14
AWS_REGION : ap-northeast-1
15
15
AWS_IAM_ROLE_ARN : arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/minecraft-test-github-actions
16
16
permissions :
Original file line number Diff line number Diff line change 40
40
- name : Install Terraform
41
41
uses : hashicorp/setup-terraform@v3
42
42
with :
43
- terraform_version : 1.6 .5
43
+ terraform_version : 1.7 .5
44
44
terraform_wrapper : false # workarround ref:https://stackoverflow.com/questions/77243030/detailed-exitcode-flag-of-terraform-not-working-inside-github-action
45
45
- name : Create Mapping Yaml
46
46
working-directory : terraform/scheduling
Original file line number Diff line number Diff line change 11
11
SLACK_ICON : https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
12
12
SLACK_WEBHOOK : https://hooks.slack.com/services/${{secrets.WEBHOOK_PATH}}
13
13
TF_VAR_WEBHOOK_PATH : ${{ secrets.WEBHOOK_PATH }}
14
- TF_VERSION : 1.6 .5
14
+ TF_VERSION : 1.7 .5
15
15
AWS_REGION : ap-northeast-1
16
16
defaults :
17
17
run :
Original file line number Diff line number Diff line change 54
54
- name : Install Terraform
55
55
uses : hashicorp/setup-terraform@v3
56
56
with :
57
- terraform_version : 1.4.1
57
+ terraform_version : 1.7.5
58
58
59
59
- name : Terraform Format Check
60
60
id : check_fmt
You can’t perform that action at this time.
0 commit comments