21 lines
284 B
HCL
21 lines
284 B
HCL
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
|
|
}
|