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
@@ -72,6 +72,7 @@ module "ecs_apps" {
72
72
| alarm\_sns\_topics | Alarm topics to create and alert on ECS instance metrics. |`list`|`[]`| no |
73
73
| alb | Whether to deploy an ALB or not with the cluster. |`bool`|`true`| no |
74
74
| alb\_drop\_invalid\_header\_fields | Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). |`bool`|`true`| no |
75
+
| alb\_enable\_deletion\_protection | Enable deletion protection for ALBs |`bool`|`false`| no |
75
76
| alb\_internal | Deploys a second internal ALB for private APIs. |`bool`|`false`| no |
76
77
| 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 |
77
78
| alb\_only | Whether to deploy only an alb and no cloudFront or not with the cluster. |`bool`|`false`| no |
0 commit comments