From b9e577679aba01f2d7c28b2f980bd809b02b38aa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nicolas=20B=C3=A9jean?= <nicolas@bejean.fr>
Date: Sun, 12 Dec 2021 18:13:24 +0100
Subject: [PATCH] fix fmt check

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

diff --git a/manifests/magento/variables.tf b/manifests/magento/variables.tf
index 224805b..0215b1d 100644
--- a/manifests/magento/variables.tf
+++ b/manifests/magento/variables.tf
@@ -3,7 +3,7 @@ variable "project_id" {
 }
 
 variable "region" {
-  type    = string
+  type = string
 }
 
 ### Network & Subnetwork
@@ -12,7 +12,7 @@ variable "vpc_network_name" {
   default = "vpc-magento"
 }
 variable "vpc_subnetwork_name" {
-  type    = string
+  type = string
 }
 variable "vpc_private_ip_address_name" {
   type    = string
-- 
GitLab