✨ Add initial Terraform configuration for Azure and Proxmox resources
This commit is contained in:
14
modules/foundry/outputs.tf
Normal file
14
modules/foundry/outputs.tf
Normal file
@@ -0,0 +1,14 @@
|
||||
output "container_id" {
|
||||
description = "The VMID of the Foundry LXC container."
|
||||
value = proxmox_virtual_environment_container.foundry.vm_id
|
||||
}
|
||||
|
||||
output "hostname" {
|
||||
description = "The hostname of the container."
|
||||
value = var.hostname
|
||||
}
|
||||
|
||||
output "ip_address" {
|
||||
description = "The configured IP address (or 'dhcp')."
|
||||
value = var.ip_address
|
||||
}
|
||||
Reference in New Issue
Block a user