From 7e00e22c272cf333cda7d94c9f0cbd9412dd3b88 Mon Sep 17 00:00:00 2001 From: Johannes Rothe Date: Thu, 14 Sep 2023 21:57:51 +0200 Subject: [PATCH] Update terraform vars --- terraform/prod.tfvars | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform/prod.tfvars b/terraform/prod.tfvars index a674aa8..9baa773 100644 --- a/terraform/prod.tfvars +++ b/terraform/prod.tfvars @@ -1,8 +1,8 @@ location = "nbg1" network_zone = "eu-central" -server_count = 1 +server_count = 3 subnetwork_ip_range = "10.0.0.0/24" lb_internal_ip = "10.0.0.100" lb_external_ip = "167.235.105.161" lb_service_id = 1399502 -ssh_keys = ["rothe.pub"] +ssh_keys = ["rothe.pub", "alt.pub"]