diff --git a/main.tf b/main.tf
index 4f43d02527cf53fc4f5e8a94af19a3c3d350d9f8..384234586ac1afd27cd3ad2c8da4f432162a1b90 100644
--- a/main.tf
+++ b/main.tf
@@ -96,9 +96,6 @@ resource "google_cloud_run_service" "webapp" {
       # resource be updated.
       template[0].spec[0].containers[0].image,
 
-      # Also the name of the revision will change with each CI deployment
-      template[0].metadata[0].name,
-
       # Some common annotations which we don't care about.
       template[0].metadata[0].annotations["client.knative.dev/user-image"],
       template[0].metadata[0].annotations["run.googleapis.com/client-name"],