Skip to content

2.3.0

Choose a tag to compare

@jakebark jakebark released this 18 Jul 20:27
· 5 commits to main since this release
51e6e88

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"
  }