terraform-aws-elastic-beanstalk-environment
terraform-aws-elastic-beanstalk-environment copied to clipboard
Terraform module to provision an AWS Elastic Beanstalk Environment
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...
## We Need Your Help! - Are you a regular contributor to this module? - Have you opened multiple Pull Requests against [Cloud Posse repos](https://github.com/cloudposse)? - Would you like to...
## Describe the Feature At the moment any load balanced web environment is automatically created with a `eb-loadbalancer-logs` bucket along with logging enabled. ## Expected Behavior It would be nice...
## Describe the Feature With beanstalk supporting spot instances now is possible to add an array of type of instances so beanstalk will choose which one to select based on...
## Describe the Bug Use [terraform-aws-route53-alias](https://github.com/cloudposse/terraform-aws-route53-alias) instead of [terraform-aws-route53-cluster-hostname](https://github.com/cloudposse/terraform-aws-route53-cluster-hostname) in order to create a Route53 ALIAS instead of a CNAME. ## Expected Behavior I expect Route53 to be configured with...
Would be great if there was an option in this module to provision a beanstalk vpc endpoint to alleviate reliance on internet. Same for the rds module too vpc endpoint...
Hello. I am new with terraform. Can you provide an example creating a elb env with a rds? I am using your modules for do that. I create a vpc,...
When running the example exactly as it is (with fixed stack solution name as I mentioned in the other issue) with the additional `loadbalancer_certificate_arn = "arn:aws:acm:us-east-1:SOME_REAL_ARN_ID"` it fails with: ```...
It's currently not possible to set this platform specific setting. aws:elasticbeanstalk:environment:proxy
## what This is an auto-generated PR that updates the README.md and docs ## why To have most recent changes of README.md and doc from origin templates