Actualizar variables.tf

This commit is contained in:
2025-11-05 18:36:30 +00:00
parent 132254f41f
commit a1bc94cdb8

View File

@@ -1,5 +1,6 @@
variable "containers" { variable "containers" {
description = "Lista de contenedores a crear" description = "Lista de contenedores a crear"
type = list(string) type = list(string)
default = ["web01", "db01", "proxy01"] default = []
} }