From 3c0667d777e960d928437d0e61de4dd5f5dfcf0c Mon Sep 17 00:00:00 2001 From: Keir Badger Date: Tue, 9 Apr 2024 10:15:41 +0000 Subject: [PATCH] tmp change to output the capacity providers --- main.tf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main.tf b/main.tf index 122fa5b..01e2678 100644 --- a/main.tf +++ b/main.tf @@ -28,6 +28,10 @@ locals { ] } +output "capacity_providers" { + value = local.capacity_providers +} + module "service" { source = "mergermarket/load-balanced-ecs-service-no-target-group/acuris" version = "2.4.1"