You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow users to specify a custom target group ARN for the internal ALB
HTTPS listener default action. If not specified, falls back to the
default target group created by the module.
This enables external deployment tools (e.g., GitHub Actions) to manage
the listener default action without Terraform reverting changes.
description="The name of the SSL Policy for the listener. Required if protocol is HTTPS or TLS."
133
133
}
134
134
135
+
variable"alb_internal_default_target_group_arn" {
136
+
default=""
137
+
type=string
138
+
description="ARN of target group to use as default action for internal ALB HTTPS listener. If empty, uses the default target group created by the module."
0 commit comments