diff --git a/providers/versions.tf b/providers/versions.tf index b17773c..30ecd39 100644 --- a/providers/versions.tf +++ b/providers/versions.tf @@ -2,7 +2,7 @@ terraform { required_providers { aws = { source = "registry.terraform.io/hashicorp/aws" - version = "5.56.1" + version = "5.57.0" } external = { source = "registry.terraform.io/hashicorp/external"