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