diff --git a/manifests/magento/variables.tf b/manifests/magento/variables.tf
index 224805b26156f036dcabf5d5ed897e0f3bdc7de7..0215b1dedcb4c2149afd9c48b22eec7f76e91f4d 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