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 0288c6b commit 45e8c69
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 = var.network_interface[0].primary_ipv4_address
value = try(var.network_interfaces[0].primary_ipv4_address, "")
}

output "server_name" {
Expand Down

0 comments on commit 45e8c69

Please sign in to comment.