update
Some checks failed
terraform validation / Terraform (push) Failing after 10s

This commit is contained in:
2025-01-02 15:07:06 +01:00
parent ed7c6d9173
commit 7344b9ee6b

View File

@@ -1,6 +1,7 @@
variable "cluster_name" { variable "cluster_name" {
type = string type = string
description = "le nom du cluster à créer" description = "le nom du cluster à créer"
default = "default"
} }
variable "node_count" { variable "node_count" {