diff --git a/providers/versions.tf b/providers/versions.tf index 23edc27..4e72dc4 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.52.0" + version = "5.53.0" } external = { source = "registry.terraform.io/hashicorp/external"