Correcting arn output to id (#6586)
Using `arn` as an output doesn't work, `id` does.
This commit is contained in:
parent
8fce851878
commit
9cc21d62f2
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue