From 3532fbddc4cc69803a93afad19bc949d988bd425 Mon Sep 17 00:00:00 2001 From: Bayron Carranza Date: Tue, 22 Feb 2022 14:50:22 -0600 Subject: [PATCH] sintaxs error: replace host with hosts (#259) --- .../aws/istio-networking/main-gateway/gateway.tpl.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform-modules/aws/istio-networking/main-gateway/gateway.tpl.yaml b/terraform-modules/aws/istio-networking/main-gateway/gateway.tpl.yaml index 16ddbc676..0082c7e55 100644 --- a/terraform-modules/aws/istio-networking/main-gateway/gateway.tpl.yaml +++ b/terraform-modules/aws/istio-networking/main-gateway/gateway.tpl.yaml @@ -13,7 +13,7 @@ spec: number: 80 name: http protocol: HTTP - host: ${gateway_hosts} + hosts: ${gateway_hosts} - port: number: 443 name: https