Terraform resource: aws lb target group attachment

From wikieduonline
Revision as of 11:15, 22 October 2021 by Welcome (talk | contribs) (→‎See also)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

aws_lb_target_group_attachment


resource "aws_lb_target_group_attachment" "test" {
  target_group_arn = aws_lb_target_group.test.arn
  target_id        = aws_instance.test.id
  port             = 80
}

Related terms[edit]

See also[edit]

Advertising: