Skip to content

v0.36.0

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 22 Apr 16:41
f2c178b
support type key for CodeBuild environment variables @joe-niland (#88)

what

  • [BREAKING CHANGE] modify environment_variables variable to support the 'type' key
  • Unless we change the type of the environment_variables variable to any and default 'type' to 'PLAINTEXT' this will be a breaking change, but a fairly easy one to deal with

why

  • Adding the 'type' key allows sourcing env vars from SSM Parameter Store and Secrets Manager

references