From 5f391061d8ea557c89a75a0c6977bb87fcfe499a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 11:26:29 +0000 Subject: [PATCH] chore(deps): update terraform github.com/libops/terraform-cloudrun-v2 to v0.5.2 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 79e9444..29ac8a5 100644 --- a/main.tf +++ b/main.tf @@ -503,7 +503,7 @@ resource "google_service_account" "ppb" { } module "ppb" { - source = "git::https://github.com/libops/terraform-cloudrun-v2?ref=0.5.1" + source = "git::https://github.com/libops/terraform-cloudrun-v2?ref=0.5.2" name = var.name project = var.project_id