Skip to content
  • Frederik Schwan's avatar
    improve terraform handling of virtual machine domains · 38dc2292
    Frederik Schwan authored
    machine.domain has been an mandatory attribute which creates
    <domain>.archlinux.org entries automagically. For migrations this can be
    a problem if <domain>.archlinux.org supposed to point to a different
    machine. Adding the new machine with the same domain leads to additional
    DNS entries. The DNS ends up pointing to both machines in this case.
    By making the domain attribute optional for machines, we allow the new
    machines to be created without any domain pointing to them.
    38dc2292