Skip to content

Commit ef2411b

Browse files
authored
chore: add terraform 1.6 to ci workflow (#38)
Signed-off-by: Said Sef <saidsef@gmail.com>
1 parent 15ffc10 commit ef2411b

File tree

3 files changed

+3
-1
lines changed

3 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", "latest"]
32+
tf-version: ["1.0", "1.1", "1.2", "1.3", "1.4", "1.5", "1.6", "latest"]
3333
steps:
3434
- name: Checkout code
3535
uses: actions/checkout@v4

.github/workflows/tfsec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,6 @@ jobs:
3939
- name: example Remote Validate
4040
run: |
4141
cd examples/remote
42+
terraform version
4243
terraform init -backend=false -upgrade -reconfigure
4344
terraform validate

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ This Terraform module enables you to configure GitLab Runners as an AWS IAM OIDC
88
- AWS Account(s) and credentials
99
- GitLab repository
1010
- Terraform >= 1.x
11+
- ...
1112
- Profit?
1213

1314
## Deployment / Usage

0 commit comments

Comments
 (0)