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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,7 @@ module "ecs_apps" {
75
75
| alb\_enable\_deletion\_protection | Enable deletion protection for ALBs |`bool`|`false`| no |
76
76
| alb\_http\_listener | Whether to enable HTTP listeners |`bool`|`true`| no |
77
77
| alb\_internal | Deploys a second internal ALB for private APIs. |`bool`|`false`| no |
78
+
| alb\_internal\_default\_target\_group\_arn | 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. |`string`|`""`| no |
78
79
| alb\_internal\_ssl\_policy | The name of the SSL Policy for the listener. Required if protocol is HTTPS or TLS. |`string`|`"ELBSecurityPolicy-TLS-1-2-Ext-2018-06"`| no |
79
80
| alb\_only | Whether to deploy only an alb and no cloudFront or not with the cluster. |`bool`|`false`| no |
80
81
| alb\_sg\_allow\_alb\_test\_listener | Whether to allow world access to the test listeners |`bool`|`true`| no |
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