Skip to content

Commit

Permalink
tf fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
damoodamoo committed Aug 30, 2023
1 parent 4d841d9 commit 10c33f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/app/aad_app/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@

locals {
app_identifier_uri = "api://${var.webapp_name}"
app_roles_safe = var.auth_settings.app_roles == null ? [] : var.auth_settings.app_roles
app_roles_safe = var.auth_settings.app_roles == null ? [] : var.auth_settings.app_roles
}

0 comments on commit 10c33f5

Please sign in to comment.