Releases: aws-samples/terraform-aws-pipeline
Releases · aws-samples/terraform-aws-pipeline
2.3.0
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
Added additional permissions to CodeBuild for vpc deployments.
2.2.7
Added support for pipeline SNS notifications with the notifications
input.
2.2.6
Upgraded tool versions
- Terraform 1.7.0
- tflint 0.55.0
- tag-nag 0.7.9
2.2.5
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.3
- fixed checkov version to 3.2.0
- printed guidance for finding checkov reports
2.2.2
Upgrade tags default version to v0.5.8
2.2.0
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