From 1fa08b2414b53704cf5a5465d1e5d796fb0bb5a6 Mon Sep 17 00:00:00 2001 From: Haibread Date: Tue, 9 Apr 2024 23:40:01 +0200 Subject: [PATCH] terraform fmt --- kubernetes-terraform/vars/production.tfvars | 22 ++++++++++----------- kubernetes-terraform/vars/testing.tfvars | 22 ++++++++++----------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/kubernetes-terraform/vars/production.tfvars b/kubernetes-terraform/vars/production.tfvars index 0ee37d7..fd5afb8 100644 --- a/kubernetes-terraform/vars/production.tfvars +++ b/kubernetes-terraform/vars/production.tfvars @@ -3,17 +3,17 @@ kubernetes_version = "v1.27.12+rke2r1" kubernetes_image_name = "Ubuntu-2404-cloudimg" #nodes -cluster_worker_count = 3 -cluster_worker_cpu = 6 +cluster_worker_count = 3 +cluster_worker_cpu = 6 cluster_worker_memory = 16384 -cluster_worker_disk = 40 +cluster_worker_disk = 40 -cluster_etcd_cpu = 4 -cluster_etcd_memory = 4096 -cluster_etcd_disk = 30 -cluster_etcd_count = 3 +cluster_etcd_cpu = 4 +cluster_etcd_memory = 4096 +cluster_etcd_disk = 30 +cluster_etcd_count = 3 -cluster_controlplane_cpu = 4 -cluster_controlplane_memory = 8192 -cluster_controlplane_disk = 30 -cluster_controlplane_count = 3 \ No newline at end of file +cluster_controlplane_cpu = 4 +cluster_controlplane_memory = 8192 +cluster_controlplane_disk = 30 +cluster_controlplane_count = 3 \ No newline at end of file diff --git a/kubernetes-terraform/vars/testing.tfvars b/kubernetes-terraform/vars/testing.tfvars index 59e7b02..ca00b21 100644 --- a/kubernetes-terraform/vars/testing.tfvars +++ b/kubernetes-terraform/vars/testing.tfvars @@ -3,17 +3,17 @@ kubernetes_version = "v1.27.12+rke2r1" kubernetes_image_name = "Ubuntu-2404-cloudimg" #nodes -cluster_worker_count = 1 -cluster_worker_cpu = 2 +cluster_worker_count = 1 +cluster_worker_cpu = 2 cluster_worker_memory = 4096 -cluster_worker_disk = 40 +cluster_worker_disk = 40 -cluster_etcd_cpu = 2 -cluster_etcd_memory = 4096 -cluster_etcd_disk = 30 -cluster_etcd_count = 1 +cluster_etcd_cpu = 2 +cluster_etcd_memory = 4096 +cluster_etcd_disk = 30 +cluster_etcd_count = 1 -cluster_controlplane_cpu = 2 -cluster_controlplane_memory = 4096 -cluster_controlplane_disk = 30 -cluster_controlplane_count = 1 \ No newline at end of file +cluster_controlplane_cpu = 2 +cluster_controlplane_memory = 4096 +cluster_controlplane_disk = 30 +cluster_controlplane_count = 1 \ No newline at end of file