We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
Under the resource "aws_elastic_beanstalk_environment" I was looking for something like,
setting { namespace = "aws:elasticbeanstalk:environment:proxy" name = "Proxy" value = "ngnix" resource = "" }
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.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: