Skip to content

Commit

Permalink
tmp change to output the capacity providers
Browse files Browse the repository at this point in the history
  • Loading branch information
keirbadger committed Apr 9, 2024
1 parent d33460b commit 3c0667d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3c0667d

Please sign in to comment.