Skip to content

Commit

Permalink
From inf-base : Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Quadling authored and Richard Quadling committed Oct 18, 2024
1 parent 456e426 commit c40bf53
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
strategy:
matrix:
terraform_version:
- 1.9.8
- 1.9.7
- 1.9.6
- 1.9.5
- 1.9.4
Expand Down
2 changes: 1 addition & 1 deletion .terraform-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.6
1.9.8
4 changes: 2 additions & 2 deletions .tflint.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ tflint {
plugin "aws" {
enabled = true
source = "github.com/terraform-linters/tflint-ruleset-aws"
version = "0.33.0"
version = "0.34.0"
deep_check = true
}

#
# Please check https://github.com/terraform-linters/tflint-ruleset-terraform/tree/v0.5.0/docs/rules for new rules
# (adjust the version accordinginly)
# (adjust the version accordingly)
#

# Use '#' for comments rather than '//'.
Expand Down

0 comments on commit c40bf53

Please sign in to comment.