added new server
All checks were successful
ci/woodpecker/push/demo-workflow Pipeline was successful

- added new server
- added instruction regarding joining quoram
- use terraform to provision VM for new server
This commit is contained in:
2025-07-16 20:44:19 +03:00
parent acd118bb98
commit 64ca1bbd1f
6 changed files with 83 additions and 27 deletions

View File

@ -66,7 +66,7 @@ variable "vms" {
variable "nodes" {
type = list(string)
default = ["homeserver1", "homeserver2"]
default = ["homeserver1", "homeserver2", "homeserver3"]
}
variable "vm_user_name" {