terraform-incus/modules/instance/outputs.tf

13 lines
278 B
HCL

#output "vm_metadata" {
# value = {
# ipaddress = incus_instance.this.ipv4_address
# gateway = local.gateway_ip
# hostname = "${var.name}.${var.cobbler_domain}"
# interface = "eth0"
# }
#}
#output "hostname" {
# value = "${var.name}.${var.cobbler_domain}"
#}