Skip to content

Commit a4f8bcf

Browse files
authored
chore: add TF 1.7 to ci workflow (#39)
1 parent ef2411b commit a4f8bcf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
fail-fast: true
3131
matrix:
32-
tf-version: ["1.0", "1.1", "1.2", "1.3", "1.4", "1.5", "1.6", "latest"]
32+
tf-version: ["1.0", "1.1", "1.2", "1.3", "1.4", "1.5", "1.6", "1.7", "latest"]
3333
steps:
3434
- name: Checkout code
3535
uses: actions/checkout@v4

.github/workflows/tfsec.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
uses: actions/checkout@v4
3737
- name: Setup Terraform
3838
uses: hashicorp/setup-terraform@v3
39+
with:
40+
terraform_version: latest
3941
- name: example Remote Validate
4042
run: |
4143
cd examples/remote

0 commit comments

Comments
 (0)