Skip to content

Commit 028da0c

Browse files
committed
implement all node_network_profile features
1 parent a495ed0 commit 028da0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extra_node_pool.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)