From 9ccc7bcf99dc29b2e359b65e976e3634235186c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 11:30:12 +0000 Subject: [PATCH] chore(deps): update bump-dependencies --- main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.tf b/main.tf index daa1197..dbd13a7 100644 --- a/main.tf +++ b/main.tf @@ -12,7 +12,7 @@ terraform { } time = { source = "hashicorp/time" - version = "~> 0.12" + version = "~> 0.13" } } } @@ -511,7 +511,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