lxc with drone-runner on proxmox via opentofu and ansible
This commit is contained in:
9
tofu/outputs.tf
Normal file
9
tofu/outputs.tf
Normal file
@@ -0,0 +1,9 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user