Difference between revisions of "Terraform resource: aws lb target group attachment"

From wikieduonline
Jump to navigation Jump to search
Line 14: Line 14:
 
== See also ==
 
== See also ==
 
* {{terraform AWS}}
 
* {{terraform AWS}}
 +
* {{terraform lb}}
 
* {{terraform aws resources}}
 
* {{terraform aws resources}}
  
  
 
[[Category:Terraform]]
 
[[Category:Terraform]]

Revision as of 11:14, 22 October 2021

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

See also

Advertising: