From 8ac89c78609a7e0a8b3ce3fe3a3ed01214b54392 Mon Sep 17 00:00:00 2001 From: Jake Champlin Date: Tue, 25 Apr 2017 18:15:28 -0400 Subject: [PATCH] provider/aws: Improve documentation for the cloudformation_stack resource. Fixes: #8483 --- .../docs/providers/aws/r/cloudformation_stack.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/aws/r/cloudformation_stack.html.markdown b/website/source/docs/providers/aws/r/cloudformation_stack.html.markdown index 6948fa97a..8a1a8bbf2 100644 --- a/website/source/docs/providers/aws/r/cloudformation_stack.html.markdown +++ b/website/source/docs/providers/aws/r/cloudformation_stack.html.markdown @@ -73,4 +73,4 @@ The following arguments are supported: The following attributes are exported: * `id` - A unique identifier of the stack. -* `outputs` - A list of output structures. +* `outputs` - A map of outputs from the stack.