File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -223,12 +223,14 @@ variable "smart_1_cloud_token_a" {
223223 description = " Smart-1 Cloud Token, for configuring member A."
224224 type = string
225225 default = " "
226+ sensitive = true
226227}
227228
228229variable "smart_1_cloud_token_b" {
229230 description = " Smart-1 Cloud Token, for configuring member B."
230231 type = string
231232 default = " "
233+ sensitive = true
232234
233235 validation {
234236 condition = var. smart_1_cloud_token_b != " " && var. smart_1_cloud_token_a != " " ? true : var. smart_1_cloud_token_b == " " && var. smart_1_cloud_token_a == " "
Original file line number Diff line number Diff line change @@ -212,6 +212,7 @@ variable "maintenance_mode_password_hash" {
212212 description = " (Optional) Maintenance mode password hash, relevant only for R81.20 and higher versions."
213213 type = string
214214 default = " "
215+ sensitive = true
215216}
216217
217218variable "bgp_asn" {
Original file line number Diff line number Diff line change @@ -207,6 +207,7 @@ variable "smart_1_cloud_token" {
207207 description = " Smart-1 Cloud Token."
208208 type = string
209209 default = " "
210+ sensitive = true
210211}
211212
212213// ********************** Management Variables **************************//
You can’t perform that action at this time.
0 commit comments