diff --git a/main.tf b/main.tf
index 753057d42f06bf384c051e069d49a9d7a6d1b4ad..eb293f51c85390ce8e030d8da97a1829306444d8 100644
--- a/main.tf
+++ b/main.tf
@@ -176,6 +176,7 @@ resource "google_cloud_run_service" "webapp" {
       template[0].metadata[0].annotations["run.googleapis.com/client-name"],
       template[0].metadata[0].annotations["run.googleapis.com/client-version"],
       template[0].metadata[0].annotations["run.googleapis.com/sandbox"],
+      metadata[0].annotations["run.googleapis.com/operation-id"],
 
       # These are only changed when "run.googleapis.com/launch-stage" is "BETA".
       # It's non-trivial to make ignore_changes dependent on input variables so