Skip to content

Commit 5ac991a

Browse files
committed
Add missing variables
1 parent 64456b9 commit 5ac991a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

main.tf

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,6 @@ module "ecs-alb" {
4747
additional_certificates_arn_for_https_listeners = var.additional_certificates_arn_for_https_listeners
4848
}
4949

50-
51-
default_certificate_arn string
52-
Description: (Optional) The ARN of the default SSL server certificate. Required if var.https_ports is set.
53-
ssl_policy string
54-
Description: (Optional) The name of the SSL Policy for the listener. . Required if var.https_ports is set.
55-
56-
additional_certificates_arn_for_https_listeners list
57-
Description: (Optional) List of SSL server certificate ARNs for HTTPS listener. Use it if you need to set additional certificates besides default_certificate_arn
58-
Default: []
59-
6050
#------------------------------------------------------------------------------
6151
# AWS ECS SERVICE
6252
#------------------------------------------------------------------------------

0 commit comments

Comments
 (0)