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

Terraform module to provision an AWS Elastic Beanstalk Environment

Results 46 terraform-aws-elastic-beanstalk-environment issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/cloudposse/terraform-aws-elastic-beanstalk-environment). ## Config Migration Needed - [ ]...

## what * `dns_zone_id` now accepts both `string` and `list(string)` ## why * When spinning up a new EB environment pointing at a Terraform-managed Route 53 hosted zone, an "Invalid...

triage

## Describe the Feature Request support be added for EC2 launch templates. AWS now recommends using EC2 launch templates instead of launch configurations. Currently the terraform-aws-elastic-beanstalk-environment module only supports launch...

**Need HELP** I want to use a shared load balancer for this Beanstalk application. After configuring it with below settings, still, beanstalk env is launching its dedicated load balancer. For...

### Describe the Bug The permission policy of AllowS3OperationsOnElasticBeanstalkBuckets is too wide. Even if it is called like only allow to the Beanstalk buckets, it grants FULL S3 access to...

bug

### 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...

bug

**Description:-** I need Listener Redirect Rule In HTTPS 443 Protocol. Right now this code is only enabling HTTPS 443 with Forward To Option but we need Redirect Option. **Tried out...

bug

Found a bug? Maybe our [Slack Community](https://slack.cloudposse.com) can help. [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com) ## Describe the Bug Setting create_security_group to false will not work as the module currently expects module.aws_security_group.id every time....

bug

## references - Fixes https://github.com/cloudposse/terraform-aws-elastic-beanstalk-environment/issues/259

triage

### Describe the Bug The issue arises with `enable_loadbalancer_logs = true` Deployment fails, because the EB's ELB does not get permissions to access the bucket. This is caused by terraform...

bug