Skip to content

Commit

Permalink
chore: add terraform 1.6 to ci workflow (#38)
Browse files Browse the repository at this point in the history
Signed-off-by: Said Sef <[email protected]>
  • Loading branch information
saidsef committed Apr 10, 2024
1 parent 15ffc10 commit ef2411b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: true
matrix:
tf-version: ["1.0", "1.1", "1.2", "1.3", "1.4", "1.5", "latest"]
tf-version: ["1.0", "1.1", "1.2", "1.3", "1.4", "1.5", "1.6", "latest"]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tfsec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@ jobs:
- name: example Remote Validate
run: |
cd examples/remote
terraform version
terraform init -backend=false -upgrade -reconfigure
terraform validate
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This Terraform module enables you to configure GitLab Runners as an AWS IAM OIDC
- AWS Account(s) and credentials
- GitLab repository
- Terraform >= 1.x
- ...
- Profit?

## Deployment / Usage
Expand Down

0 comments on commit ef2411b

Please sign in to comment.