format project variables

This commit is contained in:
Christopher Avila 2021-11-01 11:22:30 -05:00
parent 88c6af3dbb
commit 3663151465
1 changed files with 2 additions and 2 deletions

View File

@ -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" {