From 9cc21d62f221bf500d13fb8d35713344b682936c Mon Sep 17 00:00:00 2001 From: qivers Date: Tue, 10 May 2016 22:32:07 +0100 Subject: [PATCH] Correcting arn output to id (#6586) Using `arn` as an output doesn't work, `id` does. --- .../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 6a13520a20..4c47bda797 100644 --- a/website/source/docs/providers/aws/r/cloudformation_stack.html.markdown +++ b/website/source/docs/providers/aws/r/cloudformation_stack.html.markdown @@ -59,5 +59,5 @@ The following arguments are supported: The following attributes are exported: -* `arn` - A unique identifier of the stack. +* `id` - A unique identifier of the stack. * `outputs` - A list of output structures.