From f351a33b05265b12b62bcf1a07345d46e759554b Mon Sep 17 00:00:00 2001 From: Anthony Zawacki Date: Fri, 1 Sep 2023 11:02:39 -0400 Subject: [PATCH] typo protocolo should have been protocol --- istio_ports.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/istio_ports.tf b/istio_ports.tf index 13fd7d0..7351588 100644 --- a/istio_ports.tf +++ b/istio_ports.tf @@ -61,7 +61,7 @@ locals { for ikey, ivalue in local.istio_ports : "${ikey}_ingress" => { description = ivalue.description - protocolo = "tcp" + protocol = "tcp" from_port = ivalue.from_port to_port = ivalue.to_port type = "ingress"