Skip to content

Commit

Permalink
fix: add lifecycle for operation-id on domain_map (#109)
Browse files Browse the repository at this point in the history
Co-authored-by: Prabhu <[email protected]>
  • Loading branch information
thibaultserti and prabhu34 authored Apr 6, 2023
1 parent 2a4269c commit 71c6f29
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,12 @@ resource "google_cloud_run_domain_mapping" "domain_map" {
force_override = var.force_override
certificate_mode = var.certificate_mode
}

lifecycle {
ignore_changes = [
metadata[0].annotations["run.googleapis.com/operation-id"],
]
}
}

resource "google_cloud_run_service_iam_member" "authorize" {
Expand Down

0 comments on commit 71c6f29

Please sign in to comment.