Skip to content

Commit 50c6aa0

Browse files
committed
terraform-docs: automated update action
1 parent bce5776 commit 50c6aa0

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
@@ -75,6 +75,7 @@ module "ecs_apps" {
7575
| alb\_enable\_deletion\_protection | Enable deletion protection for ALBs | `bool` | `false` | no |
7676
| alb\_http\_listener | Whether to enable HTTP listeners | `bool` | `true` | no |
7777
| 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 |
7879
| 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 |
7980
| alb\_only | Whether to deploy only an alb and no cloudFront or not with the cluster. | `bool` | `false` | no |
8081
| alb\_sg\_allow\_alb\_test\_listener | Whether to allow world access to the test listeners | `bool` | `true` | no |

0 commit comments

Comments
 (0)