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 fa954b7 commit 63eede7Copy full SHA for 63eede7
variables.tf
@@ -36,6 +36,7 @@ variable "branch" {
36
variable "build_override" {
37
description = "Override CodeBuild images and buildspecs"
38
type = object({
39
+ directory = optional(string, ".")
40
plan_buildspec = optional(string)
41
plan_image = optional(string)
42
apply_buildspec = optional(string)
0 commit comments