diff --git a/aws/versions.tf b/aws/versions.tf index e212e56eb..8d2cda438 100644 --- a/aws/versions.tf +++ b/aws/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 6.28" + version = "~> 6.34" } random = { source = "hashicorp/random"