check var.folders empty
Some checks failed
terraform validation / Terraform (push) Failing after 12s

This commit is contained in:
Hubert Cornet 2025-01-23 21:13:17 +01:00
parent 8de2245aca
commit 73841a46a2

View File

@ -19,5 +19,5 @@ variable "billing_project" {
variable "folders" {
description = "Folder structure as a map"
type = map
default = "test"
default = ""
}