Skip to content

Commit

Permalink
typo protocolo should have been protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
zawac002 committed Sep 1, 2023
1 parent fbdca87 commit f351a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion istio_ports.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f351a33

Please sign in to comment.