Skip to content

Commit

Permalink
fix non-empty plan after apply for vertex mlops
Browse files Browse the repository at this point in the history
  • Loading branch information
wiktorn committed Dec 31, 2024
1 parent c73f912 commit cbaf692
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions blueprints/data-solutions/vertex-mlops/vertex.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"]]
}
}

0 comments on commit cbaf692

Please sign in to comment.