first commit
This commit is contained in:
7
application/outputs.tf
Normal file
7
application/outputs.tf
Normal file
@@ -0,0 +1,7 @@
|
||||
output "application-id" {
|
||||
value = authentik_application.prj_app.uuid
|
||||
}
|
||||
|
||||
output "policy-id" {
|
||||
value = authentik_policy_expression.policy.id
|
||||
}
|
||||
Reference in New Issue
Block a user