Skip to content

v0.27.0

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 27 Apr 03:10
87fb128
[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