diff --git a/README.md b/README.md
index 549baa3..574396c 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ Autoscaler scales up/down the provisioned OPS for the DynamoDB table based on th
## Requirements
-This module requires [AWS Provider](https://github.com/terraform-providers/terraform-provider-aws) `>= 1.17.0`
+This module requires [AWS Provider](https://github.com/terraform-providers/terraform-provider-aws) `>= 4.22.0`
---
@@ -236,14 +236,14 @@ Available targets:
| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | >= 0.13.0 |
-| [aws](#requirement\_aws) | >= 2.0 |
+| [aws](#requirement\_aws) | >= 4.22 |
| [null](#requirement\_null) | >= 2.0 |
## Providers
| Name | Version |
|------|---------|
-| [aws](#provider\_aws) | >= 2.0 |
+| [aws](#provider\_aws) | >= 4.22 |
| [null](#provider\_null) | >= 2.0 |
## Modules
diff --git a/README.yaml b/README.yaml
index 1b7a171..694862d 100644
--- a/README.yaml
+++ b/README.yaml
@@ -63,7 +63,7 @@ description: |-
## Requirements
- This module requires [AWS Provider](https://github.com/terraform-providers/terraform-provider-aws) `>= 1.17.0`
+ This module requires [AWS Provider](https://github.com/terraform-providers/terraform-provider-aws) `>= 4.22.0`
# How to use this project
usage: |2-
diff --git a/docs/terraform.md b/docs/terraform.md
index 1c270a5..755bef7 100644
--- a/docs/terraform.md
+++ b/docs/terraform.md
@@ -4,14 +4,14 @@
| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | >= 0.13.0 |
-| [aws](#requirement\_aws) | >= 2.0 |
+| [aws](#requirement\_aws) | >= 4.22 |
| [null](#requirement\_null) | >= 2.0 |
## Providers
| Name | Version |
|------|---------|
-| [aws](#provider\_aws) | >= 2.0 |
+| [aws](#provider\_aws) | >= 4.22 |
| [null](#provider\_null) | >= 2.0 |
## Modules
diff --git a/versions.tf b/versions.tf
index 971ae24..9c4b6eb 100644
--- a/versions.tf
+++ b/versions.tf
@@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
- version = ">= 2.0"
+ version = ">= 4.22"
}
null = {
source = "hashicorp/null"