diff --git a/README.md b/README.md index 5784d2b..f3b5294 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,6 @@ tfsec - - static-checks - -

diff --git a/_example/complete/versions.tf b/_example/complete/versions.tf index ef355e6..473acc3 100644 --- a/_example/complete/versions.tf +++ b/_example/complete/versions.tf @@ -1,11 +1,11 @@ # Terraform version terraform { - required_version = ">= 1.6.1" + required_version = ">= 1.6.2" required_providers { aws = { source = "hashicorp/aws" - version = ">= 5.20.1" + version = ">= 5.22.0" } } } diff --git a/versions.tf b/versions.tf index ef355e6..473acc3 100644 --- a/versions.tf +++ b/versions.tf @@ -1,11 +1,11 @@ # Terraform version terraform { - required_version = ">= 1.6.1" + required_version = ">= 1.6.2" required_providers { aws = { source = "hashicorp/aws" - version = ">= 5.20.1" + version = ">= 5.22.0" } } }