diff --git a/variables.tf b/variables.tf index 181d0b5..ee616e2 100644 --- a/variables.tf +++ b/variables.tf @@ -19,5 +19,5 @@ variable "billing_project" { variable "folders" { description = "Folder structure as a map" type = map - default = "" +# default = "" }