From c94947b3fcfe60a64d856c66e20b956517a9a12c Mon Sep 17 00:00:00 2001 From: dillanb-hashi Date: Mon, 20 Oct 2025 15:14:27 -0700 Subject: [PATCH] e2e(chore): fixed enos variable with null value (#6176) --- enos/enos-variables.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enos/enos-variables.hcl b/enos/enos-variables.hcl index 166eb04642..173d9cf8f6 100644 --- a/enos/enos-variables.hcl +++ b/enos/enos-variables.hcl @@ -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 = "" }