terraform-aws-elastic-beanstalk-environment icon indicating copy to clipboard operation
terraform-aws-elastic-beanstalk-environment copied to clipboard

list loadbalancer_certificate_arn

Open mrl045 opened this issue 6 years ago • 4 comments

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) capture .

TL:DR is it possible to change loadbalancer_certificate_arn to type of List.

loadbalancer_certificate_arn = ["${module.acm-application.acm_certificate_arn}"]

mrl045 avatar Sep 11 '18 14:09 mrl045

@mrl045 sounds good to me. Would you be able to submit a PR?

osterman avatar Sep 11 '18 22:09 osterman

Btw, join our slack community if you haven't already: https://slack.cloudposse.com

osterman avatar Sep 11 '18 22:09 osterman

@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

aknysh avatar Sep 19 '18 13:09 aknysh

Hi All, I am also facing the same issue. have you found the solution for this scenario. Thanks.

SubrahmanyaSarma avatar Jan 17 '21 10:01 SubrahmanyaSarma