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 41 terraform-aws-elastic-beanstalk-environment issues
Sort by recently updated
recently updated
newest added

## what * Add a variable `enable_elb_logs` to control whether or not to enable ELB logs, default value is `true` * If `enable_elb_logs=false` then the resource `aws_s3_bucket.elb_logs` won't be created....

## what * Enhancement of #107 + #113, due to original developer seemingly abandoning the original PR. * Adds `service_role_name` as another 'override', like `instance_role_name` is in the original PR....

## What * Enhancement of #107 , due to original developer seemingly abandoning the original PR. * Adds `service_role_name` as another 'override', like `instance_role_name` is in the original PR. *...

## what * We are switching from using DNS CNAMEs to using AWS DNS ALIAS which produces 'A' resource records. * Swapping module `cloudposse/terraform-aws-route53-alias` for module `cloudposse/terraform-aws-route53-alias`. * Supporting the...

I was trying to access my EB host behind the ELB but I found out that when checking with `nmap` all ports were filtered. I did have the following settings:...

If I set `http_listener_enabled="true"` and `loadbalancer_certificate_arn=someArn` and `loadbalancer_ssl_policy=whatever`, then I can get the load balancer to add a HTTPS listener and a HTTP listener. But how can I make the...

## Describe the Feature When creating a new beanstalk environment, some resources naming should be configurable independently from each other with a custom name. ## Expected Behavior For created EC2...

## Describe the Bug The inline policy `*-eb-default` in [main.tf line 138](https://github.com/cloudposse/terraform-aws-elastic-beanstalk-environment/blob/cc92c16b66ec1f264bf32ea28343f0ef3fb02c4b/main.tf#L138) is generally overreaching with all of it's permissions, but in particular `Action: ["iam:PassRole"]` with `Resource: "*"` is downright...

bug

Hello, Thanks a great module like all other modules you have! Currently we can specify the `ec2_instance_profile_role_name`, and the module will create the instance profile role with the default policy...

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 When adding a S3 User with key and secret, TF 0.14 errors with this error:...

bug