initial commit
This commit is contained in:
commit
a236d3a0a6
8 changed files with 216 additions and 0 deletions
11
authentik/users.tf
Normal file
11
authentik/users.tf
Normal file
|
@ -0,0 +1,11 @@
|
|||
resource "authentik_user" "chriscowley" {
|
||||
username = "chriscowley"
|
||||
name = "Chris Cowley"
|
||||
|
||||
email = "chriscowleysound@gmail.com"
|
||||
|
||||
groups = [
|
||||
data.authentik_group.admins.id,
|
||||
authentik_group.grafana_admins.id,
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue