From 1790c93d1bcc402da38963af9bff9708c9bfb733 Mon Sep 17 00:00:00 2001 From: Al Cutter Date: Mon, 19 Aug 2024 13:05:24 +0100 Subject: [PATCH] Bump hashicorp/google to latest --- deployment/modules/gcp/cloudbuild/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/modules/gcp/cloudbuild/main.tf b/deployment/modules/gcp/cloudbuild/main.tf index a3147cc2..52674ee5 100644 --- a/deployment/modules/gcp/cloudbuild/main.tf +++ b/deployment/modules/gcp/cloudbuild/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = "5.14.0" + version = "5.41.0" } } }