Añadir variables.tf
This commit is contained in:
5
variables.tf
Normal file
5
variables.tf
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
variable "containers" {
|
||||||
|
description = "Lista de contenedores a crear"
|
||||||
|
type = list(string)
|
||||||
|
default = ["web01", "db01", "proxy01"]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user