Add authentik to opentofu
This commit is contained in:
parent
496cd360c6
commit
01ee9d4b44
9 changed files with 184 additions and 84 deletions
12
variables.tf
12
variables.tf
|
@ -19,6 +19,15 @@ variable "backend_bucket" {
|
|||
}
|
||||
|
||||
|
||||
variable "authentik_url" {
|
||||
default = "https://auth.serguzim.me"
|
||||
}
|
||||
|
||||
variable "authentik_token" {
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
|
||||
variable "hcloud_token" {
|
||||
sensitive = true
|
||||
}
|
||||
|
@ -95,6 +104,9 @@ variable "default_ssh_key" {
|
|||
variable "services" {
|
||||
type = map(object({
|
||||
name = string
|
||||
subdomain = string
|
||||
auth = bool
|
||||
auth_redirects = optional(list(string))
|
||||
bucket = bool
|
||||
database = bool
|
||||
}))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue