Skip to content

Commit

Permalink
terraform: fix typo (#559)
Browse files Browse the repository at this point in the history
Fix `gateway_info` output typo
  • Loading branch information
orfeas-k authored Oct 8, 2024
1 parent b81ba7b commit b92bf91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charms/istio-pilot/terraform/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ output "provides" {
istio_pilot = "istio-pilot",
ingress = "ingress",
ingress_auth = "ingress-auth",
gateway_info = "gatway-info"
gateway_info = "gateway-info"
}
}

Expand Down

0 comments on commit b92bf91

Please sign in to comment.