feat: initial commit
- have been working on this for some time now
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#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}"
|
||||
}
|
||||
Reference in New Issue
Block a user