Skip to content

Commit db24341

Browse files
committed
more readme
1 parent a59ff07 commit db24341

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,14 @@ module "pipeline" {
9191
checkov_version = "3.2.0"
9292
tflint_version = "0.55.0"
9393
94+
build_override = {
95+
directory - "./terraform"
96+
plan_buildspec = file("./my_plan.yml")
97+
plan_image = "aws/codebuild/amazonlinux2-x86_64-standard:5.0"
98+
apply_buildspec = file("./my_apply.yml")
99+
apply_image = "hashicorp/terraform:latest"
100+
}
101+
94102
vpc = {
95103
vpc_id = "vpc-011a22334455bb66c",
96104
subnets = ["subnet-011aabbcc2233d4ef"],

0 commit comments

Comments
 (0)