Skip to content

Commit

Permalink
feat: Add output image id used in launch template (#1676)
Browse files Browse the repository at this point in the history
* feat: output image id used in launch template

* fix: syntax

* fix: code review fixes

* fix: linting errors

Co-authored-by: toast-gear <toast-gear@users.noreply.github.com>
  • Loading branch information
toast-gear and toast-gear committed Feb 4, 2022
1 parent 6dbff13 commit a49fab4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a49fab4

Please sign in to comment.