infrastructure/k8s.tjo.cloud/variables.tf
Tine b0b3a3b116
Some checks failed
/ lint (push) Has been cancelled
feat(kubernetes): use new networking concepts
2024-12-02 20:13:50 +01:00

23 lines
352 B
HCL

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
}