diff --git a/variables.tf b/variables.tf index e92725c..181d0b5 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 = "test" + default = "" }