dsqd
Some checks failed
terraform validation / Terraform (push) Failing after 28s

This commit is contained in:
Hubert Cornet 2025-01-23 21:25:54 +01:00
parent 5a6206918f
commit 7eb7e9f651
2 changed files with 5 additions and 6 deletions

View File

@ -16,8 +16,7 @@ variable "billing_project" {
default = "CLOUD_SETUP_HOST_PROJECT_ID" default = "CLOUD_SETUP_HOST_PROJECT_ID"
} }
#variable "folders" { variable "folders" {
# description = "Folder structure as a map" description = "Folder structure as a map"
# type = map type = map
# default = "" }
#}

View File

@ -1,5 +1,5 @@
terraform { terraform {
required_version = ">= 1.3" required_version = ">= 1.7.5"
required_providers { required_providers {
google = { google = {