File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ resource "azurerm_kubernetes_cluster_node_pool" "node_pool_create_before_destroy
122122 content {
123123 port_start = allowed_host_ports. value . port_start
124124 port_end = allowed_host_ports. value . port_end
125- portocol = allowed_host_ports. value . portocol
125+ protocol = allowed_host_ports. value . protocol
126126 }
127127 }
128128 }
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ resource "azurerm_kubernetes_cluster" "main" {
150150 content {
151151 port_start = allowed_host_ports. value . port_start
152152 port_end = allowed_host_ports. value . port_end
153- portocol = allowed_host_ports. value . portocol
153+ protocol = allowed_host_ports. value . protocol
154154 }
155155 }
156156 }
You can’t perform that action at this time.
0 commit comments