diff --git a/variables.tf b/variables.tf new file mode 100644 index 0000000..e5bae37 --- /dev/null +++ b/variables.tf @@ -0,0 +1,5 @@ +variable "containers" { + description = "Lista de contenedores a crear" + type = list(string) + default = ["web01", "db01", "proxy01"] +}