diff --git a/variables.tf b/variables.tf index d2ef6a4..e92725c 100644 --- a/variables.tf +++ b/variables.tf @@ -19,4 +19,5 @@ variable "billing_project" { variable "folders" { description = "Folder structure as a map" type = map + default = "test" }