Skip to content

Commit

Permalink
fix publix ip assignment for gpu nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rene Schönfelder committed Nov 19, 2024
1 parent 624f56f commit 783cdee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s-training/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ resource "nebius_mk8s_v1_node_group" "gpu" {
network_interfaces = [
{
subnet_id = var.subnet_id
public_ip = var.gpu_nodes_assign_public_ip ? {} : null
public_ip_address = var.gpu_nodes_assign_public_ip ? {} : null
}
]
resources = {
Expand Down

0 comments on commit 783cdee

Please sign in to comment.