Update file terraform.tfvars

This commit is contained in:
2023-08-06 18:01:19 +00:00
parent cf7524f08b
commit c0644e0a30

View File

@@ -20,6 +20,6 @@ k3server = {
memory = "4096"
drive = "60G"
storage = "ssd-domains"
node = ["mothership", "mothership"]
node = ["mothership", "mothership", "mothership"]
ip = ["1", "2", "3"]
}