mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
fix: declare license inputs as sensitive variables
This commit is contained in:
@@ -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 = ""
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user