Add launch_template to aws_autoscaling_group data source #16289
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/autoscaling
Issues and PRs that pertain to the autoscaling service.
Milestone
Community Note
Description
DescribeAutoScalingGroups can return a LaunchTemplateSpecification, which is currently not exposed in the
aws_autoscaling_group
data source. I would like to use this values to identify theaws_launch_template
which is auto-generated when aaws_eks_node_group
is created.New or Affected Resource(s)
aws_autoscaling_group
Potential Terraform Configuration
References
https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeAutoScalingGroups.html
https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_AutoScalingGroup.html
https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_LaunchTemplateSpecification.html
The text was updated successfully, but these errors were encountered: