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

This commit is contained in:
Hubert Cornet 2025-01-23 21:12:24 +01:00
parent 7d1a34e24e
commit 8de2245aca

View File

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