10 lines
234 B
HCL
10 lines
234 B
HCL
output "pbs_container_id" {
|
|
description = "PBS LXC container ID"
|
|
value = proxmox_virtual_environment_container.pbs.vm_id
|
|
}
|
|
|
|
output "pbs_ip_address" {
|
|
description = "PBS LXC IP address"
|
|
value = var.pbs_ip_address
|
|
}
|