diff --git a/README.md b/README.md index 30acce4f..29ab7e08 100644 --- a/README.md +++ b/README.md @@ -226,15 +226,13 @@ Available targets: | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 0.13.0 | -| [aws](#requirement\_aws) | >= 2.0 | -| [local](#requirement\_local) | >= 1.2 | -| [null](#requirement\_null) | >= 2.0 | +| [aws](#requirement\_aws) | >= 3.62.0 | ## Providers | Name | Version | |------|---------| -| [aws](#provider\_aws) | >= 2.0 | +| [aws](#provider\_aws) | >= 3.62.0 | ## Modules diff --git a/docs/terraform.md b/docs/terraform.md index 6fb8ce22..fbddaaad 100644 --- a/docs/terraform.md +++ b/docs/terraform.md @@ -4,15 +4,13 @@ | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 0.13.0 | -| [aws](#requirement\_aws) | >= 2.0 | -| [local](#requirement\_local) | >= 1.2 | -| [null](#requirement\_null) | >= 2.0 | +| [aws](#requirement\_aws) | >= 3.62.0 | ## Providers | Name | Version | |------|---------| -| [aws](#provider\_aws) | >= 2.0 | +| [aws](#provider\_aws) | >= 3.62.0 | ## Modules diff --git a/versions.tf b/versions.tf index 28298e5a..382effb1 100644 --- a/versions.tf +++ b/versions.tf @@ -4,15 +4,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = ">= 2.0" - } - local = { - source = "hashicorp/local" - version = ">= 1.2" - } - null = { - source = "hashicorp/null" - version = ">= 2.0" + version = ">= 3.62.0" } } }