diff --git a/README.md b/README.md index 72f33d0..0a0a3b0 100644 --- a/README.md +++ b/README.md @@ -36,13 +36,13 @@ In order to run all checks at any point run the following command: | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 0.13 | -| [aws](#requirement\_aws) | >= 3.74 | +| [aws](#requirement\_aws) | >= 4 | ## Providers | Name | Version | |------|---------| -| [aws](#provider\_aws) | >= 3.74 | +| [aws](#provider\_aws) | 4.0.0 | ## Modules diff --git a/examples/test/mock_provider.tf b/examples/test/mock_provider.tf index e403be0..934ad5a 100644 --- a/examples/test/mock_provider.tf +++ b/examples/test/mock_provider.tf @@ -3,7 +3,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = ">= 3.74" + version = ">= 4" } } } diff --git a/versions.tf b/versions.tf index 5aa6435..797363a 100644 --- a/versions.tf +++ b/versions.tf @@ -3,7 +3,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = ">= 3.74" + version = ">= 4" } } }