infra
This commit is contained in:
parent
5a409b3014
commit
0347f4d325
18 changed files with 441 additions and 0 deletions
9
infrastructure/proxmox/modules/nixos-vm/outputs.tf
Normal file
9
infrastructure/proxmox/modules/nixos-vm/outputs.tf
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
output "id" {
|
||||
description = "Instance VM ID"
|
||||
value = proxmox_vm_qemu.nixos-vm.id
|
||||
}
|
||||
|
||||
output "public_ipv4" {
|
||||
description = "Instance Public IPv4 Address"
|
||||
value = proxmox_vm_qemu.nixos-vm.default_ipv4_address
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue