From 4f0ccd7794e14aa7cbf653168ed4131b8c64c559 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 11 Nov 2016 18:17:46 -0800 Subject: [PATCH] website: update website to doc output depends_on --- website/source/docs/configuration/outputs.html.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/source/docs/configuration/outputs.html.md b/website/source/docs/configuration/outputs.html.md index 8cac18a8d..20b637fd0 100644 --- a/website/source/docs/configuration/outputs.html.md +++ b/website/source/docs/configuration/outputs.html.md @@ -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