Skip to content

Commit

Permalink
correct ni index
Browse files Browse the repository at this point in the history
  • Loading branch information
cdkharris committed Oct 2, 2024
1 parent e8a6cb4 commit bfa3844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/online-storage/output.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
output "server_ip" {
value = harvester_virtualmachine.server.network_interface[1].ip_address
value = harvester_virtualmachine.server.network_interface[0].ip_address
description = "IP address to connect to the NFS server"
}

0 comments on commit bfa3844

Please sign in to comment.