Johannes Rothe
a00abcd884
The server group module deploys a number of hetzner cloud servers which are part of a private network.
7 lines
182 B
HCL
7 lines
182 B
HCL
module "private_server_group" {
|
|
source = "./modules/private-server-group"
|
|
location = var.location
|
|
network_zone = var.network_zone
|
|
server_count = var.server_count
|
|
}
|