Role Assignments

Purpose

This configuration file sets up role assignments. Role assignments are used to assign specific roles to users or principal IDs over certain scopes, ensuring appropriate access control levels.

Dependencies

  • adls: The Azure Data Lake Storage resources to which access is being granted.
  • compute: Compute clusters that will have assigned roles for access.
  • workspace: The machine learning workspace that needs specific role assignments.

Inputs

  • role_assignments: A list of role assignments, specifying who gets access to what resources and with what level of permissions.

Usage

To apply this configuration, run the following commands: ```sh terragrunt init terragrunt apply