-
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
Support for selecting (uploading if needed) application version in Elastic Beanstalk #6681
Comments
Just to add to Zette's comments: |
+1 |
1 similar comment
+1 |
I'm having a problem creating an elasticbeanstalk application for Node. Fails with the "No application version exists to deploy for Application". So would be good to have this possibility available. At least for the initial setup. +1 |
+1 |
7 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
Closed via #5770 |
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. |
Hi,
When creating environment in new Application from Elastic Benastalk resource, terraform does not provide a way to select or upload new version of application to AWS.
This leads to errors like during terraform apply:
It seems that the default AWS behavior stated in documentation, that when no application version is specified, then "Sample" one is deployed does not work always.
It would be great that it would be possible for terraform to specify and optionally upload new application version during environment creation. Local file/S3/git sources for application would be even better if possible.
The text was updated successfully, but these errors were encountered: