Skip to content

Commit

Permalink
token
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten committed Jul 22, 2024
1 parent c2b7179 commit 905a7a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions terraform/meshdb_cluster/vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,9 @@ variable "vm_nic" {
description = "nic for the vms"
default = "vmbr0"
}

variable "k3s_token" {
type = string
description = "token for the k3s cluster"
sensitive = true
}

0 comments on commit 905a7a9

Please sign in to comment.