I am creating a Azure custom role for blob storage access.
I started with Azure cli, and when I convert the json file to Terraform file, there is an extra parameter, scope
.
It appears that it is the scope
parameter in Azure REST API, controls where the role is defined (subscription, tenant or deeper).
Is it correct?