terraform-aws-elastic-beanstalk-environment
terraform-aws-elastic-beanstalk-environment copied to clipboard
list loadbalancer_certificate_arn
Hi Guys,
Thank you for the great work you made available. Currently I am bumped to this particularly use case: Using Multi-Docker environments which are reachable through an Application Loadbalancer with HostHeaders enabled. Some of the applications are reachable through other HostHeaders: e.g. app.domain1.com and web.domain2.com.
Terraform recently presented a fix for the AWS provider which allows usage of multiple ACM certificates for an Application Loadbalancer (https://github.com/terraform-aws-modules/terraform-aws-alb/issues/26)
.
TL:DR is it possible to change loadbalancer_certificate_arn to type of List.
loadbalancer_certificate_arn = ["${module.acm-application.acm_certificate_arn}"]
@mrl045 sounds good to me. Would you be able to submit a PR?
Btw, join our slack community if you haven't already: https://slack.cloudposse.com
@mrl045 thanks for opening the issue? will you be able to test and submit a PR? if not for any reason, we'll probably take a look in a few days
Hi All, I am also facing the same issue. have you found the solution for this scenario. Thanks.