We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a59ff07 commit db24341Copy full SHA for db24341
README.md
@@ -91,6 +91,14 @@ module "pipeline" {
91
checkov_version = "3.2.0"
92
tflint_version = "0.55.0"
93
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
+
102
vpc = {
103
vpc_id = "vpc-011a22334455bb66c",
104
subnets = ["subnet-011aabbcc2233d4ef"],
0 commit comments