website: update website to doc output depends_on

This commit is contained in:
Mitchell Hashimoto 2016-11-11 18:17:46 -08:00
parent 70a41c5e15
commit 4f0ccd7794
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
1 changed files with 5 additions and 0 deletions

View File

@ -58,6 +58,11 @@ These are the parameters that can be set:
or map. This usually includes an interpolation since outputs that are
static aren't usually useful.
* `depends_on` (list of strings) - Explicit dependencies that this
output has. These dependencies will be created before this
output value is processed. The dependencies are in the format of
`TYPE.NAME`, for example `aws_instance.web`.
* `sensitive` (optional, boolean) - See below.
## Syntax