From 1c106733e4a74f883eee8fa69a52c0e821d8046a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Wed, 24 Jan 2024 16:22:26 +0100 Subject: [PATCH] fixes --- application/outputs.tf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/application/outputs.tf b/application/outputs.tf index e0f2d03..831f21a 100644 --- a/application/outputs.tf +++ b/application/outputs.tf @@ -5,3 +5,6 @@ output "application-id" { output "policy-id" { value = authentik_policy_expression.policy.id } +output "main_group" { + value = local.main_group +} \ No newline at end of file