From a99c72f8a6faa10de6e397098e58a4ddfbd58781 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 16:12:44 +0000 Subject: [PATCH] chore(aws/github-oidc-auth/modules): update terraform aws to v6.51.0 --- aws/github-oidc-auth/modules/terraform.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws/github-oidc-auth/modules/terraform.tf b/aws/github-oidc-auth/modules/terraform.tf index f68257ef..5ad6a411 100644 --- a/aws/github-oidc-auth/modules/terraform.tf +++ b/aws/github-oidc-auth/modules/terraform.tf @@ -6,7 +6,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "6.49.0" + version = "6.51.0" } tls = { source = "hashicorp/tls"