diff --git a/README.md b/README.md index 61521fe..dcc1fc6 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ No modules. | Name | Version | |------|---------| -| [aws](#provider\_aws) | ~> 4.9 | +| [aws](#provider\_aws) | ~> 5.0 | ---- ### Requirements @@ -98,7 +98,7 @@ No modules. | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 0.13.1 | -| [aws](#requirement\_aws) | ~> 4.9 | +| [aws](#requirement\_aws) | ~> 5.0 | | [null](#requirement\_null) | ~> 3.1 | ---- diff --git a/terraform.tf b/terraform.tf index 9281cc7..d075118 100644 --- a/terraform.tf +++ b/terraform.tf @@ -5,8 +5,8 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - # V5+ does not exist yet, may contain breaking changes. - version = "~> 4.9" + # V6+ does not exist yet, may contain breaking changes. + version = "~> 5.0" } null = { # Delete me source = "hashicorp/null"