Skip to content

Commit f7976f3

Browse files
authored
chore: update to latest Terraform version (#351)
Co-authored-by: Christian Lechner <22294087+lechnerc77@users.noreply.github.com>
1 parent 01679be commit f7976f3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ body:
2121
attributes:
2222
label: What version of the Terraform CLI are you using?
2323
description: What version of the Terraform CLI are you using?
24-
placeholder: 1.13.5
24+
placeholder: 1.14.0
2525
validations:
2626
required: true
2727
- type: input

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ permissions:
2626

2727
# Define the latest Terraform version to use for upload of coverage report
2828
env:
29-
LATEST_VERSION: 1.13.*
29+
LATEST_VERSION: 1.14.*
3030

3131
jobs:
3232
# Ensure project builds before running testing matrix
@@ -89,6 +89,7 @@ jobs:
8989
terraform:
9090
- '1.12.*'
9191
- '1.13.*'
92+
- '1.14.*'
9293
steps:
9394
- uses: actions/checkout@v6 # v4.0.0
9495
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0

0 commit comments

Comments
 (0)