Correcting arn output to id (#6586)

Using `arn` as an output doesn't work, `id` does.
This commit is contained in:
qivers 2016-05-10 22:32:07 +01:00 committed by Paul Stack
parent 8fce851878
commit 9cc21d62f2
1 changed files with 1 additions and 1 deletions

View File

@ -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.