Actualizar variables.tf
This commit is contained in:
@@ -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 = []
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user