Skip to content

Commit

Permalink
chore(deps): bringing inline with the upstream template
Browse files Browse the repository at this point in the history
  • Loading branch information
gambol99 committed Dec 10, 2024
1 parent 432c5e0 commit ca1fcae
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
19 changes: 11 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
*.tfstate
*.tfstate.*

# terraform lock file
.terraform.lock.hcl

# Crash log files
crash.log
crash.*.log
Expand All @@ -30,15 +33,15 @@ terraform.rc
.DS_Store
todo.md

# Ignore vim swap files
*.swp
*.swo
# Ignore vim swap files
*.swp
*.swo

# Ignore meld diff files
*.orig
*.backup
*.rej
# Ignore meld diff files
*.orig
*.backup
*.rej

# Ignore lambda zip files and build directories
*.zip
*.zip
builds/
4 changes: 2 additions & 2 deletions .tflint.hcl
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
plugin "aws" {
enabled = true
version = "0.34.0"
version = "0.35.0"
source = "github.com/terraform-linters/tflint-ruleset-aws"
}

plugin "terraform" {
enabled = true
version = "0.9.1"
version = "0.10.0"
source = "github.com/terraform-linters/tflint-ruleset-terraform"
}

Expand Down

0 comments on commit ca1fcae

Please sign in to comment.