Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
shivlaks committed Mar 26, 2020
1 parent 78da531 commit 9819275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ When the stack finishes deployment, `outputs.json` would look like
}
```

If multiple stacks are being deployed or the wild card `*` is used to deploy all stacks, all outputs are written to the same output file where each Stack is a key in the JSON file
If multiple stacks are being deployed or the wild card `*` is used to deploy all stacks, all outputs are written to the same output file where each stack artifact ID is a key in the JSON file


```console
Expand Down

0 comments on commit 9819275

Please sign in to comment.