terraform-aws-elastic-beanstalk-environment
terraform-aws-elastic-beanstalk-environment copied to clipboard
I don't see an option to set proxy server in container options for EBS
Describe the Bug
Should you also include the settings for proxy server under the following resource ?
https://github.com/cloudposse/terraform-aws-elastic-beanstalk-environment/blob/9697073e3f71099873c7c1ee28b15fda2a3dab72/main.tf#L601C11-L601C44
Expected Behavior
Under the resource "aws_elastic_beanstalk_environment" I was looking for something like,
setting { namespace = "aws:elasticbeanstalk:environment:proxy" name = "Proxy" value = "ngnix" resource = "" }
Steps to Reproduce
I found these settings are missing. Should that still be relevant as part of this module ? Probably if you can include those it would be great.
Screenshots
Environment
No response
Additional Context
No response