alb-target-group

bryan-rhm/alb-target-group/aws

Terraform Module HCL AWS

Terraform AWS Load balancer Target group

Install
module "alb-target-group" {
source = "bryan-rhm/alb-target-group/aws"
version = "2.0.0"
}
plain text: /constructs/tfmod-bryan-rhm-alb-target-group-aws/install.txt
⭐ Source on GitHub 📦 Registry page
README

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

Inputs (9)
NameTypeDescriptionDefault
target_typestringType of target that you must specify when registering targets with this target g"instance"
stickinessobject({ type =Stickiness configuration block.null
namestring(Optional, Forces new resource) Name of the target group. If omitted, Terraform null
name_prefixstring(Optional, Forces new resource) Creates a unique name beginning with the specifinull
vpc_idstringIdentifier of the VPC in which to create the target group. Required when target_null
health_checkobject({ path Health Check configuration block.null
tagsmap(any)A map of tags to assign to the target group. If configured with a provider defaunull
portnumberPort on which targets receive traffic, unless overridden when registering a spec80
protocolstringShould be one of GENEVE, HTTP, HTTPS, TCP, TCP_UDP, TLS, or UDP"HTTP"
Outputs (1)
output — Target group attributes
Resources (1)
aws_lb_target_group
Details
FrameworkTerraform Module
LanguageHCL
Version2.0.0
Cloud AWS
★ Stars1
Forks0
Total downloads4.5k
Inputs9
Outputs1
Resources1
LicenseApache-2.0
Namespacebryan-rhm
Updated