diff --git a/versions.tf b/versions.tf index e5e933c..d26fa76 100644 --- a/versions.tf +++ b/versions.tf @@ -3,7 +3,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 5" + version = "~> 6" } tls = { source = "hashicorp/tls"