feat: add terraforming of authentik
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s

This commit is contained in:
Xavier Morel
2026-03-25 21:24:08 +01:00
parent f66447fd26
commit 047d68a998
30 changed files with 819 additions and 142 deletions
+13
View File
@@ -10,8 +10,21 @@
source = "cyrilgdn/postgresql";
version = "~> 1.26.0";
};
authentik = {
source = "goauthentik/authentik";
version = "~> 2025.12.1";
};
};
provider.authentik = {
url = "\${var.ak_url}";
token = "\${var.ak_token}";
};
variable.ak_url.type = "string";
variable.ak_token.type = "string";
provider.proxmox = {
pm_api_url = "\${var.pm_api_url}";
pm_api_token_id = "\${var.pm_api_token_id}";