From e0e05718bfc54b36e4f4e4733ddf4ccc4c1f24ca Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 2 Oct 2023 19:20:24 +0000 Subject: [PATCH] chore(deps): update terraform google to v5 --- document-processing-workflows/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/document-processing-workflows/main.tf b/document-processing-workflows/main.tf index 9ad536711..fa45e244e 100644 --- a/document-processing-workflows/main.tf +++ b/document-processing-workflows/main.tf @@ -8,7 +8,7 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = "4.55.0" + version = "5.0.0" } http = { source = "hashicorp/http"