2024-07-14 10:19:37 +00:00
|
|
|
variable "tailscale_authkey" {
|
|
|
|
type = string
|
|
|
|
sensitive = true
|
|
|
|
}
|
|
|
|
|
|
|
|
variable "oidc_username" {
|
|
|
|
type = string
|
|
|
|
}
|
|
|
|
variable "oidc_password" {
|
|
|
|
type = string
|
|
|
|
sensitive = true
|
|
|
|
}
|
|
|
|
variable "oidc_client_id" {
|
|
|
|
type = string
|
|
|
|
}
|
|
|
|
variable "oidc_issuer_url" {
|
|
|
|
type = string
|
|
|
|
}
|
2024-07-14 11:37:57 +00:00
|
|
|
|
|
|
|
variable "digitalocean_token" {
|
|
|
|
type = string
|
|
|
|
sensitive = true
|
|
|
|
}
|
2024-07-16 19:13:04 +00:00
|
|
|
|
2024-07-17 19:43:11 +00:00
|
|
|
variable "proxmox_token" {
|
2024-07-16 19:13:04 +00:00
|
|
|
type = string
|
|
|
|
sensitive = true
|
|
|
|
}
|