mirror of
https://github.com/terraform-aws-modules/terraform-aws-eks.git
synced 2025-09-09 19:32:58 +08:00
feat: Add output for launch template name, and correct variable type value (#2205)
This commit is contained in:
@@ -17,6 +17,11 @@ output "launch_template_latest_version" {
|
||||
value = try(aws_launch_template.this[0].latest_version, "")
|
||||
}
|
||||
|
||||
output "launch_template_name" {
|
||||
description = "The name of the launch template"
|
||||
value = try(aws_launch_template.this[0].name, "")
|
||||
}
|
||||
|
||||
################################################################################
|
||||
# autoscaling group
|
||||
################################################################################
|
||||
|
||||
Reference in New Issue
Block a user