From 132254f41fe7e50e624037af75f8bf479a311a3d Mon Sep 17 00:00:00 2001 From: Junior Cabada Date: Wed, 5 Nov 2025 18:35:59 +0000 Subject: [PATCH] =?UTF-8?q?A=C3=B1adir=20outputs.tf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- outputs.tf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 outputs.tf diff --git a/outputs.tf b/outputs.tf new file mode 100644 index 0000000..9831d99 --- /dev/null +++ b/outputs.tf @@ -0,0 +1,4 @@ +output "containers" { + description = "Lista de contenedores desplegados" + value = var.containers +}