would be good for secrets to be able to be encrypted with a defined kms_id and decrypted where necessary i.e.
kms_id: 'key id here'
dev:
some_secret: enc("BASE64 ENCODED SECRET")
So that we can hold specific things in the yaml i.e. root_rds_password or whatnot.