feat: add terraforming of authentik
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
This commit is contained in:
@@ -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}";
|
||||
|
||||
Reference in New Issue
Block a user