terraform/website/source/docs
Chris Marchesi 4845f8de39 provider/aws: Add aws_alb data source (#10196)
* provider/aws: Add aws_alb data source

This adds the aws_alb data source for getting information on an AWS
Application Load Balancer.

The schema is nearly the same as the resource of the same name, with
most of the resource population logic de-coupled into its own function
so that they can be shared between the resource and data source.

* provider/aws: aws_alb data source language revisions

 * Multiple/zero result error slightly updated to be a bit more
   specific.
 * Fixed relic of the copy of the resource docs (resource -> data
   source)
2016-11-21 10:27:44 +02:00
..
commands Fixed formatting 2016-11-17 05:33:02 -05:00
configuration website: update docs for precedence rules 2016-11-15 15:29:38 -08:00
import command/import: allow the -config flag to specify a config location 2016-11-09 15:09:13 -08:00
internals Update the docs to indicate that `TF_LOG_PLAN` is append now. 2016-10-18 13:10:15 -07:00
modules Added s3 and unarchiving docs (#9677) 2016-10-28 03:36:22 +02:00
plugins
providers provider/aws: Add aws_alb data source (#10196) 2016-11-21 10:27:44 +02:00
provisioners website: Quick pass over some docs pages (#9705) 2016-10-31 08:52:27 +00:00
state state/azure: support passing of lease ID when writing storage blob (#10115) 2016-11-18 17:26:25 +02:00
index.html.markdown