Skip to content

Commit

Permalink
Update outputs.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
x86-39 authored Mar 8, 2024
1 parent 45e8c69 commit 0517475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
output "primary_ipv4_address" {
value = try(var.network_interfaces[0].primary_ipv4_address, "")
value = try(var.network_interfaces[0].ip, "")
}

output "server_name" {
Expand Down

0 comments on commit 0517475

Please sign in to comment.