Skip to content

Commit

Permalink
ignore client and client_version
Browse files Browse the repository at this point in the history
  • Loading branch information
sfujiwara committed Jan 4, 2025
1 parent 95d52f8 commit 4ca1995
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions terraform/google_cloud_run_service.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ resource "google_cloud_run_v2_service" "default" {
lifecycle {
ignore_changes = [
template[0].containers[0].image,
client,
client_version,
]
}
}

0 comments on commit 4ca1995

Please sign in to comment.