e2e(chore): fixed enos variable with null value (#6176)

pull/6177/head
dillanb-hashi 7 months ago committed by GitHub
parent 9de7a99677
commit c94947b3fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -281,5 +281,5 @@ variable "ui_build_override" {
variable "github_token" {
description = "github token needed to run automated tests (requires read access to hashicorp repos)"
type = string
default = null
default = ""
}

Loading…
Cancel
Save