From 9d9a4df9063c8602410de59f6a9d8f2ce2b01d4b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nicolas=20B=C3=A9jean?= <nicolas@bejean.fr>
Date: Thu, 9 Dec 2021 20:57:01 +0100
Subject: [PATCH] Refactoring

---
 manifests/elastic/variables.tf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/manifests/elastic/variables.tf b/manifests/elastic/variables.tf
index 1c47852..b819480 100644
--- a/manifests/elastic/variables.tf
+++ b/manifests/elastic/variables.tf
@@ -3,6 +3,6 @@ variable "ec_apikey" {
 }
 
 variable "region" {
-    type    = string
-    default = "gcp-europe-west1"
+  type    = string
+  default = "gcp-europe-west1"
 }
-- 
GitLab