Skip to content

Commit

Permalink
feat: add dep to roles and permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
darraghoriordan committed Dec 31, 2023
1 parent cd0a575 commit 598653f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure/local-dev/auth0-dev/auth0-resources.tf
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ resource "auth0_resource_server_scopes" "backend_api_app_scopes" {
}
}
resource "auth0_role" "super_user_role" {
depends_on = [auth0_resource_server_scopes.backend_api_app_scopes]
name = "SuperUserDeveloper"
description = "This role is able to do everything"
}
Expand Down

0 comments on commit 598653f

Please sign in to comment.