diff --git a/README.md b/README.md index 478b126..0704240 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,6 @@ tfsec - - static-checks - -

diff --git a/_example/versions.tf b/_example/versions.tf index ef355e6..17ccb11 100644 --- a/_example/versions.tf +++ b/_example/versions.tf @@ -5,7 +5,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = ">= 5.20.1" + version = ">= 5.21.0" } } } diff --git a/versions.tf b/versions.tf index ef355e6..17ccb11 100644 --- a/versions.tf +++ b/versions.tf @@ -5,7 +5,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = ">= 5.20.1" + version = ">= 5.21.0" } } }