Releases: aws-samples/terraform-aws-pipeline
Releases · aws-samples/terraform-aws-pipeline
2.3.3
22 Sep 10:58
Compare
Sorry, something went wrong.
No results found
2.3.2
13 Aug 05:52
Compare
Sorry, something went wrong.
No results found
2.3.1
11 Aug 19:31
Compare
Sorry, something went wrong.
No results found
Update Terraform version to 1.8.0
2.3.0
18 Jul 20:27
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added additional permissions to CodeBuild for vpc deployments.
2.2.7
08 Jul 12:42
Compare
Sorry, something went wrong.
No results found
Added support for pipeline SNS notifications with the notifications input.
2.2.6
18 Jun 19:39
Compare
Sorry, something went wrong.
No results found
Upgraded tool versions
Terraform 1.7.0
tflint 0.55.0
tag-nag 0.7.9
2.2.5
18 Jun 17:53
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
2.2.3
16 Apr 07:17
Compare
Sorry, something went wrong.
No results found
fixed checkov version to 3.2.0
printed guidance for finding checkov reports