fixed mac address for manager node

This commit is contained in:
Pim Kunis 2023-05-02 16:03:00 +02:00
parent 6642f25f2a
commit 9d937bbb1c

View file

@ -20,6 +20,7 @@ module "manager" {
name = "maestro" name = "maestro"
domain_name = "tf-maestro" domain_name = "tf-maestro"
memory = 1024 memory = 1024
mac = "CA:FE:C0:FF:EE:08"
} }
module "workers" { module "workers" {