Skip to content

Commit

Permalink
fix(terraform): update authentik ( 2024.8.1 → 2024.8.2 ) (#2899)
Browse files Browse the repository at this point in the history
| datasource         | package               | from     | to       |
| ------------------ | --------------------- | -------- | -------- |
| terraform-provider | goauthentik/authentik | 2024.8.1 | 2024.8.2 |

Co-authored-by: smurf-bot[bot] <137516995+smurf-bot[bot]@users.noreply.github.com>
  • Loading branch information
smurf-bot[bot] authored Sep 4, 2024
1 parent 37f523b commit 5648c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/authentik/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
authentik = {
source = "goauthentik/authentik"
version = "2024.8.1"
version = "2024.8.2"
}
}
}
Expand Down

0 comments on commit 5648c18

Please sign in to comment.