change VM domain name
This commit is contained in:
parent
7f7ae9b91d
commit
8917e3e791
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Reference in a new issue