Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Remove node_port
Browse files Browse the repository at this point in the history
  • Loading branch information
drmatthews committed Mar 7, 2023
1 parent e2f074b commit 1ce8697
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/kubernetes-nodeport/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ resource "kubernetes_service" "nodeport" {

content {
name = port.key
node_port = port.value.node_port
port = port.value.port
target_port = port.value.target_port
}
Expand Down

0 comments on commit 1ce8697

Please sign in to comment.