Skip to content

Commit 4bdb811

Browse files
chore(e2e): Added variable to fix enos scenario (#6205)
1 parent d21e714 commit 4bdb811

File tree

1 file changed

+6
-0
lines changed
  • enos/modules/build_boundary_docker_crt

1 file changed

+6
-0
lines changed

enos/modules/build_boundary_docker_crt/main.tf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ variable "cli_build_path" {
1919
type = string
2020
}
2121

22+
variable "ui_build_override" {
23+
description = "Override for build for UI automation (oss or ent)"
24+
type = string
25+
default = ""
26+
}
27+
2228
variable "edition" {
2329
default = "oss"
2430
}

0 commit comments

Comments
 (0)