You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add resource for managing user assigned identities [\#7](https://github.com/telekom-mms/terraform-azurerm-authorization/pull/7) ([habr-mms](https://github.com/habr-mms))
| role_assignment | Resource definition, default settings are defined within locals and merged with var settings. For more information look at [Outputs](#Outputs). |`any`|`{}`| no |
34
+
| user_assigned_identity | Resource definition, default settings are defined within locals and merged with var settings. For more information look at [Outputs](#Outputs). |`any`|`{}`| no |
33
35
34
36
## Outputs
35
37
36
38
| Name | Description |
37
39
|------|-------------|
38
40
| role_assignments | Outputs all attributes of resource_type. |
41
+
| user_assigned_identity | Outputs all attributes of resource_type. |
39
42
| variables | Displays all configurable variables passed by the module. __default__ = predefined values per module. __merged__ = result of merging the default values and custom values passed to the module |
40
43
41
44
## Examples
42
45
43
46
Minimal configuration to install the desired resources with the module
0 commit comments