diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d688e1b..2fe97d5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.2.0 + rev: v3.3.0 hooks: - id: check-added-large-files args: ['--maxkb=500'] @@ -18,8 +18,8 @@ repos: args: ['--allow-missing-credentials'] - id: trailing-whitespace - repo: git://github.com/antonbabenko/pre-commit-terraform - rev: v1.31.0 + rev: v1.44.0 hooks: - id: terraform_fmt - id: terraform_docs - - id: terraform_tflint \ No newline at end of file + - id: terraform_tflint diff --git a/README.md b/README.md index d0213fa..2ed49c3 100644 --- a/README.md +++ b/README.md @@ -76,14 +76,14 @@ Module managed by [Marcin Cuber](https://github.com/marcincuber) [LinkedIn](http | Name | Version | |------|---------| -| terraform | >= 0.12.6, < 0.14 | -| aws | >= 2.45, < 4.0 | +| terraform | >= 0.12.6 | +| aws | >= 2.45 | ## Providers | Name | Version | |------|---------| -| aws | >= 2.45, < 4.0 | +| aws | >= 2.45 | ## Inputs @@ -135,4 +135,4 @@ brew install pre-commit terraform-docs tflint brew tap git-chglog/git-chglog brew install git-chglog -``` \ No newline at end of file +``` diff --git a/versions.tf b/versions.tf index 5c0885e..ae35ced 100644 --- a/versions.tf +++ b/versions.tf @@ -1,7 +1,7 @@ terraform { - required_version = ">= 0.12.6, < 0.14" + required_version = ">= 0.12.6" required_providers { - aws = ">= 2.45, < 4.0" + aws = ">= 2.45" } }