diff --git a/main.tf b/main.tf
index 74645824569510de375886e7aea953ba2ea1b3e3..d51fea895018755bff78c228ab7bf89fc799dd16 100644
--- a/main.tf
+++ b/main.tf
@@ -127,7 +127,7 @@ resource "google_cloud_run_service" "webapp" {
               }
             }
             dynamic "http_get" {
-              for_each = contains(keys(startup_probe.value), "http_get") ? [startup_probe.value["http_get"]] : []
+              for_each = []
               content {
                 path = http_get.value["path"]
                 # port = http_get.value["port"]