alb-target-group
bryan-rhm/alb-target-group/aws
Terraform AWS Load balancer Target group
Terraform AWS Load Balancer Target group module Basic Usage Example `` module "target_group" { source = "github.com/bryan-rhm/terraform-aws-alb-target-group?ref=v1.0.0" name = "my-target" vpc_id = var.vpc_id target_type = "ip" stickiness = { type = "lb_cookie" } } ` Requirements | Name | Version | |------|---------| | terraform | >= 1.0.4 | | aws | >= 3.43.0 | Providers | Name | Version | |------|---------| | aws | 3.71.0 | Modules No modules. Resources | Name | Type | |------|------| | aws_lb_target_group.this | resource | Inputs | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | health\_check | Health Check configuration block. | object({ path = string timeout = number matcher = optional(string) interval = number protocol = optional(st
| Name | Type | Description | Default |
|---|---|---|---|
| target_type | string | Type of target that you must specify when registering targets with this target g | "instance" |
| stickiness | object({ type = | Stickiness configuration block. | null |
| name | string | (Optional, Forces new resource) Name of the target group. If omitted, Terraform | null |
| name_prefix | string | (Optional, Forces new resource) Creates a unique name beginning with the specifi | null |
| vpc_id | string | Identifier of the VPC in which to create the target group. Required when target_ | null |
| health_check | object({ path | Health Check configuration block. | null |
| tags | map(any) | A map of tags to assign to the target group. If configured with a provider defau | null |
| port | number | Port on which targets receive traffic, unless overridden when registering a spec | 80 |
| protocol | string | Should be one of GENEVE, HTTP, HTTPS, TCP, TCP_UDP, TLS, or UDP | "HTTP" |
output — Target group attributesAzure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,