Skip to content

2.2.5

Choose a tag to compare

@jakebark jakebark released this 18 Jun 17:53
· 33 commits to main since this release
3d3af05

CodeBuild projects can now be added to a VPC.

Optional input:

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