submodules/genvid/aws-target-group
Attaches an AWS ALB target group to a listener.
Providers
aws
Requirements
terraform >= 0.12
Inputs
- domain_prefix (string)
Prefix for the domain. Web or Leaf
- hosted_dns (string)
Hosted dns name
- listener_arn (string)
The Listener to attach the rule
- port (any)
Web target group HTTPS Port
- target_ids (list(string))
Instance target ids
- target_ids_count (any)
Instance target ids count
- vpc_id (string)
The VPC id
- cookie_duration (number)
Target group stickiness by cookie duration
Default: 86400
- cookie_enabled (bool)
Target group stickiness by cookie enabled
Default: True
- health_check_path (string)
Web health check path
Default: /health
- tags (map(string))
Tags to be applied to all cloud resources.
Outputs
- endpoint
End point of the target group.