change VM domain name

This commit is contained in:
Pim Kunis 2023-04-13 18:06:53 +02:00
parent 7f7ae9b91d
commit 8917e3e791

View file

@ -21,6 +21,7 @@ provider "libvirt" {
module "vm" {
source = "git::https://git.pim.kunis.nl/home/tf-modules.git//debian"
name = "hermes"
domain_name = "tf-hermes"
use_host_cert = false
fixed_address = "192.168.30.7/24"
mac = "CA:FE:C0:FF:EE:07"