submodules/genvid/aws-target-group

Attaches an AWS ALB target group to a listener.

Requirements

  • terraform >= 0.12

Inputs

hosted_dns (string)

Hosted dns name

listener_arn (string)

The Listener to attach the rule

name (string)

Name for the resource

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)

Web target group cookie duration

cookie_enabled (bool)

Web target group cookie enabled

health_check_path (string)

Web health check path

tags (map(string))

A mapping of tags to assign to the resource.

Outputs

endpoint

End point of the target group.