Skip to content

Commit bad33fd

Browse files
committed
fix: update Terraform version to 1.13.4 in build and release workflows
1 parent 57b28f4 commit bad33fd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tf-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ on:
2828
description: "can be inherited by using the 'inherit' keyword https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idsecretsinherit"
2929

3030
env:
31-
TERRAFORM_VERSION: 1.12.2
31+
TERRAFORM_VERSION: 1.13.4
3232

3333
concurrency:
3434
group: terraform-${{ inputs.ENVIRONMENT }}

.github/workflows/tf-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
description: "can be inherited by using the 'inherit' keyword https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idsecretsinherit"
2626

2727
env:
28-
TERRAFORM_VERSION: 1.12.2
28+
TERRAFORM_VERSION: 1.13.4
2929

3030
concurrency:
3131
group: terraform-${{ inputs.ENVIRONMENT }}

0 commit comments

Comments
 (0)