You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/optional_inputs.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,8 @@
16
16
17
17
`build_timeout` is the CodeBuild project build timeout. It defaults to 10 (minutes).
18
18
19
+
`build_override` can replace the existing CodeBuild buildspecs and images with your own. The `directory` argument sets the path of the terraform (eg. `./terraform`), if its not in the root of your directory structure.
20
+
19
21
`terraform_version` controls the terraform version. It defaults to 1.5.7.
20
22
21
23
`checkov_version` controls the [Checkov](https://www.checkov.io/) version. It defaults to latest.
0 commit comments