Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit a49fab4

Browse files
authored
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 <[email protected]>
1 parent 6dbff13 commit a49fab4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: outputs.tf

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ output "runners" {
33
launch_template_name = module.runners.launch_template.name
44
launch_template_id = module.runners.launch_template.id
55
launch_template_version = module.runners.launch_template.latest_version
6+
launch_template_ami_id = module.runners.launch_template.image_id
67
lambda_up = module.runners.lambda_scale_up
78
lambda_down = module.runners.lambda_scale_down
89
role_runner = module.runners.role_runner

0 commit comments

Comments
 (0)