Add admin email variable to tofu
This commit is contained in:
parent
f28e81fc9d
commit
3cb196f8c7
6 changed files with 14 additions and 4 deletions
|
@ -25,7 +25,7 @@ data "authentik_property_mapping_provider_scope" "default_scopes" {
|
|||
resource "authentik_user" "default" {
|
||||
username = "serguzim"
|
||||
name = "Tobias Reisinger"
|
||||
email = "tobias@msrg.cc"
|
||||
email = var.admin_email
|
||||
}
|
||||
|
||||
resource "authentik_property_mapping_provider_scope" "minio" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue