Skip to content

Commit

Permalink
add missing output
Browse files Browse the repository at this point in the history
  • Loading branch information
maxi418 committed Feb 22, 2024
1 parent 84371cf commit 4379842
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/ionos-basic-vm/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ output "basic_vm_server_id" {
output "basic_vm_server_public_ip" {
value = local.basic_vm_server.primary_ip
}

output "basic_vm_server_nicuuid" {
value = local.basic_vm_server.nic[*].id
}

0 comments on commit 4379842

Please sign in to comment.