Files
domain/apps/gitea/ldap.tf
2023-11-28 12:47:50 +01:00

11 lines
249 B
HCL

provider "restapi" {
uri = "http://authentik.${var.domain}-auth.svc/api/v3/"
headers = local.request_headers
create_method = "PATCH"
update_method = "PATCH"
destroy_method = "PATCH"
write_returns_object = true
id_attribute = "name"
}