-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Specifying version_label for aws_elastic_beanstalk_environment #9223
Comments
@joeharrison714 This will be possible once #5770 is merged. |
any idea when that will be? |
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. In the aws cli, when creating a elastic beanstalk environment, you can specify a version label of the application you want to deploy. If not specified, the default is to deploy a sample application.
Currently, there does not appear to be a way to specify the version label when using aws_elastic_beanstalk_environment in terraform. Would it be possible for this to be added?
Here is the corrosponding section in the cli docs:
http://docs.aws.amazon.com/cli/latest/reference/elasticbeanstalk/create-environment.html
The text was updated successfully, but these errors were encountered: