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 e91c479 commit 9f40143
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions terraform/vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,9 @@ variable "meshdb_local_password" {
description = "password for the local user"
sensitive = true
}

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

0 comments on commit 9f40143

Please sign in to comment.