remove circular dependency on DNS
fix terraform module definition
This commit is contained in:
parent
9d5fc313ff
commit
88fd505258
2 changed files with 2 additions and 1 deletions
|
@ -24,4 +24,5 @@ module "vm" {
|
|||
fixed_address = "192.168.30.7/24"
|
||||
mac = "CA:FE:C0:FF:EE:07"
|
||||
fixed_dns = "192.168.30.1"
|
||||
hypervisor_host = "atlas.hyp"
|
||||
}
|
||||
|
|
Reference in a new issue