From b92bf917a627661c8dd307218e91063a62a27b04 Mon Sep 17 00:00:00 2001 From: Orfeas Kourkakis Date: Tue, 8 Oct 2024 14:34:56 +0300 Subject: [PATCH] terraform: fix typo (#559) Fix `gateway_info` output typo --- charms/istio-pilot/terraform/outputs.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charms/istio-pilot/terraform/outputs.tf b/charms/istio-pilot/terraform/outputs.tf index 922d2cdc..17bc5cba 100644 --- a/charms/istio-pilot/terraform/outputs.tf +++ b/charms/istio-pilot/terraform/outputs.tf @@ -9,7 +9,7 @@ output "provides" { istio_pilot = "istio-pilot", ingress = "ingress", ingress_auth = "ingress-auth", - gateway_info = "gatway-info" + gateway_info = "gateway-info" } }