feat: initial PBS LXC deployment on gihyeon2
This commit is contained in:
9
outputs.tf
Normal file
9
outputs.tf
Normal file
@@ -0,0 +1,9 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user