Skip to content

Releases: slalompdx/terraform-aws-codecommit-cicd

v0.1.3

16 Jul 20:55
Compare
Choose a tag to compare
  • Add support for environment.privileged_mode on aws_codebuild_project to support building Docker images that go to ECR.

v0.1.2

28 Jun 21:01
Compare
Choose a tag to compare

Add additional details for the example project that includes the buildspec_test.yml file.

v0.1.1

31 May 04:20
Compare
Choose a tag to compare

This release improves the outputs from the module. They now include the CodePipeline and CodeBuild role arns to extend them with your own policies.

v0.1.0

18 Apr 22:04
Compare
Choose a tag to compare

Initial release of terraform-aws-codecommit-cicd Terraform module. This will provision a AWS CodeCommit repository for source code, a CodePipeline with a Source, Test, and Package stage using CodeBuild.