Skip to content

Commit e2d7cf1

Browse files
author
Deutsche Telekom MMS
committed
update due to new release
1 parent 3ceb92f commit e2d7cf1

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.0.4](https://github.com/telekom-mms/terraform-azurerm-authorization/tree/1.0.4) (2025-09-17)
4+
5+
[Full Changelog](https://github.com/telekom-mms/terraform-azurerm-authorization/compare/1.0.3...1.0.4)
6+
7+
**Implemented enhancements:**
8+
9+
- New resource azurerm\_pim\_eligible\_assignment [\#8](https://github.com/telekom-mms/terraform-azurerm-authorization/pull/8) ([habr-mms](https://github.com/habr-mms))
10+
311
## [1.0.3](https://github.com/telekom-mms/terraform-azurerm-authorization/tree/1.0.3) (2025-08-28)
412

513
[Full Changelog](https://github.com/telekom-mms/terraform-azurerm-authorization/compare/1.0.2...1.0.3)

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,23 @@ _<-- This file is autogenerated, please do not change. -->_
2323

2424
| Name | Type |
2525
|------|------|
26+
| azurerm_pim_eligible_role_assignment.pim_eligible_role_assignment | resource |
2627
| azurerm_role_assignment.role_assignment | resource |
2728
| azurerm_user_assigned_identity.user_assigned_identity | resource |
2829

2930
## Inputs
3031

3132
| Name | Description | Type | Default | Required |
3233
|------|-------------|------|---------|:--------:|
34+
| pim_eligible_role_assignment | Resource definition, default settings are defined within locals and merged with var settings. For more information look at [Outputs](#Outputs). | `any` | `{}` | no |
3335
| role_assignment | Resource definition, default settings are defined within locals and merged with var settings. For more information look at [Outputs](#Outputs). | `any` | `{}` | no |
3436
| 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 |
3537

3638
## Outputs
3739

3840
| Name | Description |
3941
|------|-------------|
42+
| pim_eligible_role_assignment | Outputs all attributes of resource_type. |
4043
| role_assignments | Outputs all attributes of resource_type. |
4144
| user_assigned_identity | Outputs all attributes of resource_type. |
4245
| 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 |

0 commit comments

Comments
 (0)