Skip to content

Commit

Permalink
Merge pull request #1871 from iiska/doc/solution-stacks-link
Browse files Browse the repository at this point in the history
website: Add AWS documentation link to elastic_beanstalk_solution_stack datasource
  • Loading branch information
Ninir authored Oct 12, 2017
2 parents 536f593 + 25a2820 commit cece5ff
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ data "aws_elastic_beanstalk_solution_stack" "multi_docker" {
recent solution stack.

* `name_regex` - A regex string to apply to the solution stack list returned
by AWS.
by AWS. See [Elastic Beanstalk Supported Platforms][beanstalk-platforms] from
AWS documentation for reference solution stack names.

~> **NOTE:** If more or less than a single match is returned by the search,
Terraform will fail. Ensure that your search is specific enough to return
Expand All @@ -35,3 +36,5 @@ a single solution stack, or use `most_recent` to choose the most recent one.
## Attributes Reference

* `name` - The name of the solution stack.

[beanstalk-platforms]: http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/concepts.platforms.html "AWS Elastic Beanstalk Supported Platforms documentation"

0 comments on commit cece5ff

Please sign in to comment.