diff --git a/enos/enos-vars.hcl b/enos/enos-vars.hcl index 4e5118552..a7cb49f13 100644 --- a/enos/enos-vars.hcl +++ b/enos/enos-vars.hcl @@ -58,12 +58,14 @@ variable "download_binary_path" { variable "nomad_license" { type = string description = "If nomad_license is set, deploy a license" + sensitive = true default = "" } variable "consul_license" { type = string description = "If consul_license is set, deploy a license" + sensitive = true default = "" }