Skip to content

Commit

Permalink
Update azuread_apps.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
benchiverton committed Jul 8, 2024
1 parent 7183009 commit 737f1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/instance/azuread_apps.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ resource "azuread_application" "api" {
admin_consent_description = "Allows the app to access RockPal API as the signed-in user."
admin_consent_display_name = "Access RockPal API"
enabled = true
id = random_uuid.api_permission_scope
id = random_uuid.api_permission_scope.result
type = "Admin"
user_consent_description = null
user_consent_display_name = null
Expand Down

0 comments on commit 737f1a2

Please sign in to comment.