check var.folders disable var default
Some checks failed
terraform validation / Terraform (push) Has been cancelled

This commit is contained in:
Hubert Cornet 2025-01-23 21:13:51 +01:00
parent 73841a46a2
commit 3ed874a3ad

View File

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