From 58525fdfc499b582e5ca12b9cd6ac3a350da359a Mon Sep 17 00:00:00 2001 From: "public-glueops-renovatebot[bot]" <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 20:39:50 +0000 Subject: [PATCH] breaking: the dependency `aws` has been updated to a new major version (6.25.0), which may include breaking changes. #major --- versions.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.tf b/versions.tf index 5757694..d27f0d8 100644 --- a/versions.tf +++ b/versions.tf @@ -3,7 +3,7 @@ terraform { aws = { source = "hashicorp/aws" - version = "5.100.0" + version = "6.25.0" } github = {