10 lines
268 B
HCL
10 lines
268 B
HCL
output "drone_runner_id" {
|
|
description = "VMID of the Drone Runner LXC"
|
|
value = proxmox_virtual_environment_container.drone_runner.vm_id
|
|
}
|
|
|
|
output "drone_runner_ip" {
|
|
description = "IP address of the Drone Runner LXC"
|
|
value = var.drone_runner_ip
|
|
}
|