Skip to content

Commit

Permalink
provider/aws: Update application version docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dharrisio committed Aug 16, 2016
1 parent c9f65cd commit 7142245
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ the infrastructure that runs those applications.
This resource creates a Beanstalk Application Version that can be deployed to a Beanstalk
Environment.

~> **NOTE on Application Version Resource:** When using the Application Version resource with multiple
[Elastic Beanstalk Environments](elastic_beanstalk_environment.html) it is possible that an
Elastic Beanstalk Environment may delete an Application Version while it is still in use by a different environment.
This may cause unpredictable behavior in some Elastic Beanstalk Environments. To work around this you can:
<ol>
<li>Create each environment in a separate AWS account</li>
<li>Create your `aws_elastic_beanstalk_application_version` resources with a unique names in your
Elastic Beanstalk Application</li>
</ol>

## Example Usage

```
Expand Down
4 changes: 3 additions & 1 deletion website/source/layouts/aws.erb
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,9 @@
<li<%= sidebar_current("docs-aws-resource-elastic-beanstalk-application") %>>
<a href="/docs/providers/aws/r/elastic_beanstalk_application.html">aws_elastic_beanstalk_application</a>
</li>

<li<%= sidebar_current("docs-aws-resource-elastic-beanstalk-application-version") %>>
<a href="/docs/providers/aws/r/elastic_beanstalk_application_version.html">aws_elastic_beanstalk_application_version</a>
</li>
<li<%= sidebar_current("docs-aws-resource-elastic-beanstalk-configuration-template") %>>
<a href="/docs/providers/aws/r/elastic_beanstalk_configuration_template.html">aws_elastic_beanstalk_configuration_template</a>
</li>
Expand Down

0 comments on commit 7142245

Please sign in to comment.