Skip to content
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

Closed
zette opened this issue May 16, 2016 · 16 comments

Comments

@zette
Copy link

zette commented May 16, 2016

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:

Error applying plan:

1 error(s) occurred:

* aws_elastic_beanstalk_environment.EBSENV: InvalidParameterValue: No application version exists to deploy for Application named Parking.
    status code: 400, request id: b1c39551-1b4f-11e6-bc0d-ffe15606ffdc

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.

@karim-h
Copy link

karim-h commented Jun 29, 2016

Just to add to Zette's comments:
This Elastic Beanstalk resource is not really useful unless there is a way to deploy an application to the stack that has been created.

@kevtainer
Copy link

@karim-h i've run into the same issue as you. there are open PRs pending approval which address this problem. i've compiled 7407 and had success with uploading an initial version which puts the stack in a usable state.

#7407
#5770

@grebois
Copy link

grebois commented Jul 12, 2016

+1

1 similar comment
@marchub
Copy link

marchub commented Aug 12, 2016

+1

@ekarlsso
Copy link

ekarlsso commented Aug 12, 2016

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

@grebois
Copy link

grebois commented Aug 25, 2016

+1

7 similar comments
@nungster
Copy link

+1

@matskrengel
Copy link

+1

@joeharrison714
Copy link

+1

@dev1x
Copy link

dev1x commented Nov 4, 2016

+1

@pasviegas
Copy link

+1

@jweber-e2w
Copy link

+1

@marioharper
Copy link

+1

@dharrisio
Copy link
Contributor

@catsby / @stack72 This functionality has been added with #5770, so this should be good to close.

@stack72
Copy link
Contributor

stack72 commented Feb 22, 2017

Closed via #5770

@stack72 stack72 closed this as completed Feb 22, 2017
@ghost
Copy link

ghost commented Apr 16, 2020

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.

@ghost ghost locked and limited conversation to collaborators Apr 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests