infrastructure/k8s.tjo.cloud/variables.tf
Tine 501f8939f3
Some checks failed
/ lint (push) Failing after 42s
fix(k8s.tjo.cloud): external dns
2025-01-04 11:03:37 +01:00

27 lines
400 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 "dnsimple_token" {
type = string
sensitive = true
}
variable "dnsimple_account_id" {
type = string
}
variable "proxmox_token" {
type = string
sensitive = true
}