From a49fab4703dc6eec88d83b457af268a0f802eef5 Mon Sep 17 00:00:00 2001 From: Callum Tait <15716903+toast-gear@users.noreply.github.com> Date: Fri, 4 Feb 2022 22:33:13 +0000 Subject: [PATCH] feat: Add output image id used in launch template (#1676) * feat: output image id used in launch template * fix: syntax * fix: code review fixes * fix: linting errors Co-authored-by: toast-gear --- outputs.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/outputs.tf b/outputs.tf index f650ac2ece..eab083e259 100644 --- a/outputs.tf +++ b/outputs.tf @@ -3,6 +3,7 @@ output "runners" { launch_template_name = module.runners.launch_template.name launch_template_id = module.runners.launch_template.id launch_template_version = module.runners.launch_template.latest_version + launch_template_ami_id = module.runners.launch_template.image_id lambda_up = module.runners.lambda_scale_up lambda_down = module.runners.lambda_scale_down role_runner = module.runners.role_runner