Skip to content

Commit

Permalink
Merge pull request #5 from pbs/chore/upgrading_dependencies
Browse files Browse the repository at this point in the history
Upgrading dependencies
  • Loading branch information
yhakbar authored Oct 18, 2022
2 parents 88d589a + ec2537f commit fb1091c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
28 changes: 14 additions & 14 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .tflint.hcl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugin "aws" {
enabled = true
version = "0.15.0"
version = "0.17.1"
source = "github.com/terraform-linters/tflint-ruleset-aws"
}

Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform 1.2.7
terraform 1.3.2
golang 1.18.5
ripgrep 13.0.0
tflint 0.39.3
tflint 0.41.0
github-cli 2.14.4
fd 8.4.0
terraform-docs 0.16.0
2 changes: 1 addition & 1 deletion terraform.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 1.1.7"
required_version = ">= 1.3.2"
required_providers {
# tflint-ignore: terraform_unused_required_providers
aws = {
Expand Down

0 comments on commit fb1091c

Please sign in to comment.