Skip to content

Commit 598653f

Browse files
feat: add dep to roles and permissions
1 parent cd0a575 commit 598653f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infrastructure/local-dev/auth0-dev/auth0-resources.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ resource "auth0_resource_server_scopes" "backend_api_app_scopes" {
8383
}
8484
}
8585
resource "auth0_role" "super_user_role" {
86+
depends_on = [auth0_resource_server_scopes.backend_api_app_scopes]
8687
name = "SuperUserDeveloper"
8788
description = "This role is able to do everything"
8889
}

0 commit comments

Comments
 (0)