Skip to content

Commit

Permalink
add outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
maxi418 committed Feb 22, 2024
1 parent 97a76ac commit 21a13bb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/ionos-basic-vm/outputs.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
output "basic_vm_server_id" {
value = local.basic_vm_server.id
}

output "basic_vm_server_public_ip" {
value = local.basic_vm_server.primary_ip
}

0 comments on commit 21a13bb

Please sign in to comment.