Skip to content

Commit

Permalink
chore: housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
joryirving committed Feb 12, 2024
1 parent cffa4a4 commit cca99bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/authentik/applications.tf
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ resource "authentik_provider_oauth2" "paperless_oauth2" {
}

resource "authentik_application" "paperless_application" {
name = "paperless"
name = "Paperless"
slug = authentik_provider_oauth2.paperless_oauth2.name
protocol_provider = authentik_provider_oauth2.paperless_oauth2.id
group = authentik_group.home.name
Expand Down

0 comments on commit cca99bb

Please sign in to comment.