infrastructure/clusters/pink/variables.tf

22 lines
284 B
Terraform
Raw Normal View History

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
}