Skip to content

Commit

Permalink
chore: Ignore changes to run.googleapis.com/urls annotation in domain…
Browse files Browse the repository at this point in the history
… mapping
  • Loading branch information
KiyotakaMatsushita committed Nov 11, 2024
1 parent 368153a commit 358afa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ resource "google_cloud_run_domain_mapping" "domain_map" {
lifecycle {
ignore_changes = [
metadata[0].annotations["run.googleapis.com/operation-id"],
metadata[0].annotations["run.googleapis.com/urls"],
]
}
}
Expand Down

0 comments on commit 358afa1

Please sign in to comment.