Releases: cloudposse/terraform-aws-codebuild
Releases · cloudposse/terraform-aws-codebuild
0.6.2
0.6.1
0.6.0: Feature add GitHub token (#11)
What
- Add github auth token env var
Why
- Allow to authenticate on github to fetch private dependencies on build step
Add default values to ENV vars and check if they are not empty
What
- Add default values to
ENV
vars and check if they are not empty
Why
CodeBuild
throws errors if any providedENV
var is emtpty
Fix README.md
0.5.2 Fix `README.md` (#9)
Rename Repo
what
- Rename repo
why
- To conform to community standard: https://www.terraform.io/docs/registry/modules/publish.html
Add `environment_variables` for building `Docker` images and pushing to `ECR`
Add environment_variables
for building Docker
images and pushing to ECR
Add `privileged_mode` attribute to `aws_codebuild_project`
Add privileged_mode
attribute to aws_codebuild_project
Add permissions to enable CodeBuild to upload Docker images to Amazon ECR
- Add permissions to enable
CodeBuild
to upload Docker images to AmazonECR
- Bump
tf_label
to version0.2.0
- Propagate
attributes
andtags
fromvariables.tf
to the internallabel
module
Allow optional buildspec to be passed to build project
0.2.0 Allow optional buildspec to be passed to build project (#2)