Add admin email variable to tofu
This commit is contained in:
parent
f28e81fc9d
commit
3cb196f8c7
6 changed files with 14 additions and 4 deletions
|
@ -6,6 +6,9 @@ variable "backend_bucket" {
|
|||
sensitive = false
|
||||
}
|
||||
|
||||
variable "admin_email" {
|
||||
default = "tobias@msrg.cc"
|
||||
}
|
||||
|
||||
variable "authentik_url" {
|
||||
default = "https://auth.serguzim.me"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue