Improve this page

Back to Terraform templates index <–

AWS load balancer target group with Terraform

aws_ses_domain_identity by the Sogeti community.

Template Locations

Online documentation

Template reference
Service description

module "aws_lb_target_group" {
   lb_target_group_name = "Cloudboost"
   port                 = 80
   protocol             = "HTTP"
   vpc_id               = "vpc-0094d1a650b1d3486"
}