From 36631514657b4e1cf733fff8bf630edb9bf42ecb Mon Sep 17 00:00:00 2001 From: Christopher Avila Date: Mon, 1 Nov 2021 11:22:30 -0500 Subject: [PATCH] format project variables --- modules/project/variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/project/variables.tf b/modules/project/variables.tf index 4f78a891a..ab36eacfb 100644 --- a/modules/project/variables.tf +++ b/modules/project/variables.tf @@ -164,8 +164,8 @@ variable "project_create" { variable "project_skip_delete" { description = "Allows the underlying resources to be destroyed without destroying the project itself." - type = bool - default = false + type = bool + default = false } variable "service_config" {