infrastructure/k8s.tjo.cloud/variables.tf
Tine dd5b8f884b
Some checks failed
/ lint (push) Failing after 48s
feat: prototyping new ingress setup
2024-08-02 22:10:21 +02:00

28 lines
425 B
HCL

variable "tailscale_apikey" {
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
}
variable "digitalocean_token" {
type = string
sensitive = true
}
variable "proxmox_token" {
type = string
sensitive = true
}