From 0638b394f5da9f76baaa18d6749c15484e60d672 Mon Sep 17 00:00:00 2001 From: Shion Ichikawa Date: Mon, 15 Apr 2024 20:04:29 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20change=20revision=20for=20google?= =?UTF-8?q?=5Fcloud=5Frun=5Fv2=5Fservice.traffic?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- envs/dev/cloudrun.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envs/dev/cloudrun.tf b/envs/dev/cloudrun.tf index fdd5de1..a6a201e 100755 --- a/envs/dev/cloudrun.tf +++ b/envs/dev/cloudrun.tf @@ -27,7 +27,7 @@ resource "google_cloud_run_v2_service" "cloudrun-dev-main-backend" { } traffic { - revision = "TRAFFIC_TARGET_ALLOCATION_TYPE_LATEST" + revision = "TRAFFIC_TARGET_ALLOCATION_TYPE_REVISION" percent = 100 } }