From 303186e6d304abb4cce3b6912b97fdc5fd222d61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wiktor=20Niesiob=C4=99dzki?= Date: Sun, 4 May 2025 14:31:21 +0000 Subject: [PATCH] fix permadiff after apply --- blueprints/data-solutions/vertex-mlops/vertex.tf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/blueprints/data-solutions/vertex-mlops/vertex.tf b/blueprints/data-solutions/vertex-mlops/vertex.tf index 90e57f391..9d148204a 100644 --- a/blueprints/data-solutions/vertex-mlops/vertex.tf +++ b/blueprints/data-solutions/vertex-mlops/vertex.tf @@ -125,6 +125,9 @@ resource "google_workbench_instance" "playground" { google_project_iam_member.shared_vpc, ] lifecycle { - ignore_changes = [gce_setup[0].metadata["resource-url"]] + ignore_changes = [ + gce_setup[0].metadata["resource-url"], + gce_setup[0].metadata["instance-region"], + ] } }