From 99c05c5ffd482279f13bf29b0e7283e66fc1197b Mon Sep 17 00:00:00 2001 From: "public-glueops-renovatebot[bot]" <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 01:27:50 +0530 Subject: [PATCH] chore(deps): update terraform google to v6.11.1 (#351) Co-authored-by: public-glueops-renovatebot[bot] <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com> --- versions.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.tf b/versions.tf index ee88219..f83ab99 100644 --- a/versions.tf +++ b/versions.tf @@ -13,7 +13,7 @@ terraform { google = { source = "hashicorp/google" - version = "6.11.0" + version = "6.11.1" } http = {