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 17, 2024
1 parent 0517475 commit eb700af
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].ip, "")
value = try(split("/", element(var.network_interfaces, 0).ip)[0], "")
}

output "server_name" {
Expand Down

0 comments on commit eb700af

Please sign in to comment.