fix non-empty plan after apply for vertex mlops

This commit is contained in:
Wiktor Niesiobędzki
2024-12-31 14:53:12 +00:00
committed by Wiktor Niesiobędzki
parent c73f912d43
commit cbaf6928d6

View File

@@ -124,4 +124,7 @@ resource "google_workbench_instance" "playground" {
depends_on = [
google_project_iam_member.shared_vpc,
]
lifecycle {
ignore_changes = [gce_setup[0].metadata["resource-url"]]
}
}