From c251b82af1a27861207e496441f5d9005499364d Mon Sep 17 00:00:00 2001
From: Dr Wajdi Hajji <wh330@cam.ac.uk>
Date: Thu, 15 Jul 2021 17:03:18 +0100
Subject: [PATCH] Fixed a typo

---
 main.tf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.tf b/main.tf
index 1a0923c..6c92464 100644
--- a/main.tf
+++ b/main.tf
@@ -51,7 +51,7 @@ resource "google_cloud_run_service" "webapp" {
 
       # Specify the allowable ingress types.
       {
-        "run.googleapis.com/ingress" : locals.webapp_allowed_ingress,
+        "run.googleapis.com/ingress" : local.webapp_allowed_ingress,
       },
 
       var.service_annotations,
-- 
GitLab