Skip to content

Releases: aws-samples/terraform-aws-pipeline

2.3.0

18 Jul 20:27
51e6e88
Compare
Choose a tag to compare

Optional input to replace existing CodeBuild buildspecs and images with your own.

 build_override = {
    plan_buildspec  = file("./my_plan.yml")
    plan_image      = "aws/codebuild/amazonlinux2-x86_64-standard:5.0"
    apply_buildspec = file("./my_apply.yml")
    apply_image     = "hashicorp/terraform:latest"
  }

2.2.8

11 Jul 12:32
e43cdde
Compare
Choose a tag to compare

Added additional permissions to CodeBuild for vpc deployments.

2.2.7

08 Jul 12:42
268e9e4
Compare
Choose a tag to compare

Added support for pipeline SNS notifications with the notifications input.

2.2.6

18 Jun 19:39
8b937b7
Compare
Choose a tag to compare

Upgraded tool versions

  • Terraform 1.7.0
  • tflint 0.55.0
  • tag-nag 0.7.9

2.2.5

18 Jun 17:53
3d3af05
Compare
Choose a tag to compare

CodeBuild projects can now be added to a VPC.

Optional input:

vpc = {
    vpc_id             = "vpc-011a22334455bb66c",
    subnets            = ["subnet-011aabbcc2233d4ef"],
    security_group_ids = ["sg-001abcd2233ee4455"],
  }

2.2.4

11 Jun 14:45
a673d58
Compare
Choose a tag to compare

Added module outputs.

2.2.3

16 Apr 07:17
0e66d42
Compare
Choose a tag to compare
  • fixed checkov version to 3.2.0
  • printed guidance for finding checkov reports

2.2.2

11 Apr 19:48
40f3bc7
Compare
Choose a tag to compare

Upgrade tags default version to v0.5.8

2.2.1

03 Apr 18:49
be39d7f
Compare
Choose a tag to compare

Added filter{} to S3 lifecycle policy to avoid error message.

2.2.0

01 Apr 19:22
13c97ec
Compare
Choose a tag to compare

Improvements to the way that multiple commits are handled and observed in the pipeline.

  • approval action moved to plan stage (to make it clearer which plan is being approved)
  • default pipeline set to SUPERSEDED
  • mode input added to change pipeline mode