Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ $ aws cloudformation describe-stacks --stack-name console-resources --query 'Sta
```

A default installed stack will produce this output:
```
-------------------------------------
| DescribeStacks |
+---------------+-------------------+
Expand All @@ -250,6 +251,7 @@ A default installed stack will produce this output:
| AwsArn | aws |
| TablePrefix | console-private |
+---------------+-------------------+
```

E.g.: if you have used a custom value in TablePrefix you should alter all three update commands to include the updated `--parameters` configurations:

Expand Down