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

I don't see an option to set proxy server in container options for EBS

Open vijainirmal opened this issue 2 years ago • 0 comments

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

Screenshot 2023-07-28 at 10 51 06

Environment

No response

Additional Context

No response

vijainirmal avatar Jul 28 '23 09:07 vijainirmal