Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
added UPGRADING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pidah committed Apr 21, 2015
1 parent 1d3cffc commit 4472142
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions UPGRADING.md
@@ -0,0 +1,12 @@
Upgrading
----------

non-backward compatible changes introduced by #81
--------------------------------------------------

- bootstrap-cfn has a new required boolean field for enabling RDS encryption. The following needs to be added to the cloudformation yaml file for all previously built projects:

```bash
rds:
storage-encrypted: False
```

0 comments on commit 4472142

Please sign in to comment.