-
Notifications
You must be signed in to change notification settings - Fork 9.5k
New issue
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
Elastic beanstalk support #2799
Comments
Yes. Just recently started building a new stack but had to go completely on CloudFormation due to the lack of support for Elastic Beanstalk (Application, ConfigurationTemplates and Environments.) |
Good news on this front, we've got some work in this area that should be showing up as a PR soon. Stay tuned! 📻 |
I am starting a new project in 2 weeks. We are planning on using elastic beanstalk, RDS, VPC etc. |
Hey @phinze - any chance that we could have a look at what you are doing RE: Elastic Beanstalk? We've just started using Terraform, and the one thing we desperately needs is support for Beanstalk. |
@rvangraan See #3157 |
That's awesome - we've been auditing Terraform too and was hoping to use EB. Do you know how quickly that PR is likely to get merged in? |
I've also been waiting anxiously for EB support. I've been lurking this and #3157 for about three weeks. No rush, but this is definitely something I'm looking forward to :) |
Very happy to contribute if there's anything that can get that PR unstuck. |
Hello all – #3157 has languished a bit and I welcome any contributions too it. I admit that, not using Elastic Beanstalk myself, some of the concepts evaded me for a bit. I changed my focus in favor of getting Terraform v0.6.4 out. I would love any reviews of #3157 from people who use Beanstalk. If you can, checkout the branch and try to use it. What are we missing? What's not quite right? Please feel free to comment there so we can keep tabs. Thanks! |
@catsby Is there a plan for getting that integrated into a release? |
I'm targeting this PR for the v0.7.0 release, though I do not have a date for that. There by be a release between now and then anyway... sorry 😦 I've been hung up with some other things this week. I'll make Beanstalk a priority next week. Thanks for the patience! |
I would also love to see beanstalk support! Thanks! |
I've been using Terraform to manage RDS, ElastiCache, and security groups. It would be awesome if I could also it to manage my app tier which is in Beanstalk. @catsby is there anything I could do to help with this feature? |
Would love this functionality and also willing to contribute code/testing. EB is the only "handcrafted" piece of our infrastructure that's left to terraform ⚡ |
+1. Any update on this? |
Hi @catsby, any updates on this? |
+1 |
3 similar comments
👍 |
+1 |
+1 |
Today I merged #3157 with initial support for Elastic Beanstalk. Let us know what you think! |
+1 |
1 similar comment
+1 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Elastic beanstalk has advantages over ECS, in particular it's easy to configure autoscaling. Elastic beanstalk support in terraform would be great.
The text was updated successfully, but these errors were encountered: