chore(e2e): Added variable to fix enos scenario (#6205)

pull/6117/head
dillanb-hashi 6 months ago committed by GitHub
parent d21e714dfc
commit 4bdb811dc4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -19,6 +19,12 @@ variable "cli_build_path" {
type = string
}
variable "ui_build_override" {
description = "Override for build for UI automation (oss or ent)"
type = string
default = ""
}
variable "edition" {
default = "oss"
}

Loading…
Cancel
Save