aws∕load‒balancer∕target‒group - dicomgrid/pt-modules GitHub Wiki

Usage

To use this module in your Terraform, refer to the below module example:

module "aws_load_balancer_target_group" {
  source = "git::https://github.com/dicomgrid/pt-modules.git?ref=null"

  # See inputs below for additional required parameters
}

Attributes

Requirements

Name Version
terraform >= 1.0.9
aws >= 5.32.0

Providers

Name Version
aws >= 5.32.0

Modules

No modules.

Resources

Name Type
aws_lb_target_group.main resource
aws_lb_target_group_attachment.main resource

Inputs

Name Description Type Default Required
name n/a any n/a yes
port n/a any n/a yes
protocol n/a any n/a yes
tags n/a any n/a yes
vpc_id n/a any n/a yes
attachments n/a list
[
{}
]
no
aws_project_id n/a string "null" no
code_managed n/a string "true" no
compliance n/a string "null" no
connection_termination n/a any null no
deregistration_delay n/a any null no
health_check n/a map {} no
ip_address_type n/a any null no
lambda_multi_value_headers_enabled n/a any null no
load_balancer_type n/a any null no
load_balancing_algorithm_type n/a any null no
load_balancing_anomaly_mitigation n/a any null no
load_balancing_cross_zone_enabled n/a any null no
map_migrated n/a string "null" no
name_prefix n/a any null no
onetime n/a string "null" no
preserve_client_ip n/a any null no
protocol_version n/a any null no
proxy_protocol_v2 n/a any null no
slow_start n/a any null no
stickiness n/a map {} no
target_failover n/a map {} no
target_health_state n/a map {} no
target_type n/a string "instance" no

Outputs

Name Description
arn n/a
arn_suffix n/a
name n/a

Changelog

⚠️ **GitHub.com Fallback** ⚠️