v0.27.0
[BREAKING CHANGE] support type attribute for CodeBuild environment vars @joe-niland (#77)
what
- [BREAKING CHANGE] modify environment_variables variable to support the 'type' key
why
- The CodeBuild module used by this one now supports the 'type' attribute
- Adding the 'type' attribute allows sourcing env vars from SSM Parameter Store and Secrets Manager
references
- None