feat: add open_in_new_tab and app_icon variables to the authentik application tofu module

This commit is contained in:
cătălin 2024-03-24 17:05:58 +01:00
commit 909eb5913f
No known key found for this signature in database
3 changed files with 13 additions and 1 deletions

View file

@ -36,7 +36,8 @@ resource "authentik_application" "app" {
name = var.app_name
slug = var.app_slug
protocol_provider = authentik_provider_oauth2.provider_oidc.id
open_in_new_tab = var.open_in_new_tab
meta_icon = var.app_icon
}
resource "authentik_policy_binding" "app_access" {
target = authentik_application.app.uuid