Skip to content

Releases: aws-samples/terraform-aws-pipeline

2.3.3

22 Sep 10:58
b7b0161

Choose a tag to compare

Continue to use deprecated region argument (name) for compatibility with older terraform versions.

(https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/region)

2.3.2

13 Aug 05:52
5dd5a77

Choose a tag to compare

Updated region data source from name to region to avoid deprecation.

https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/region

2.3.1

11 Aug 19:31
8f6d25b

Choose a tag to compare

Update Terraform version to 1.8.0

2.3.0

18 Jul 20:27
51e6e88

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

Choose a tag to compare

Added additional permissions to CodeBuild for vpc deployments.

2.2.7

08 Jul 12:42
268e9e4

Choose a tag to compare

Added support for pipeline SNS notifications with the notifications input.

2.2.6

18 Jun 19:39
8b937b7

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

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

Choose a tag to compare

Added module outputs.

2.2.3

16 Apr 07:17
0e66d42

Choose a tag to compare

  • fixed checkov version to 3.2.0
  • printed guidance for finding checkov reports