Improve this page

Back to AWS Terraform templates index <–

AWS LoadBalancer Target Group Attachment

Provides AWS LoadBalancer Target Group Attachment.

Template Locations

Online documentation

Template reference
Service description

Resource Description Automation
module "aws_lb_target_group_attachment" {
  target_group_arn = aws_lb_target_group.test.arn
  target_id        = aws_instance.test.id
}