You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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