Skip to content

Commit 71abc79

Browse files
committed
terraform-docs: automated update action
1 parent 8461e26 commit 71abc79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ module "ecs_apps" {
7272
| alarm\_sns\_topics | Alarm topics to create and alert on ECS instance metrics. | `list` | `[]` | no |
7373
| alb | Whether to deploy an ALB or not with the cluster. | `bool` | `true` | no |
7474
| 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 |
7576
| alb\_internal | Deploys a second internal ALB for private APIs. | `bool` | `false` | no |
7677
| 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 |
7778
| alb\_only | Whether to deploy only an alb and no cloudFront or not with the cluster. | `bool` | `false` | no |

0 commit comments

Comments
 (0)