Skip to content

Commit f67da93

Browse files
add parent parameter to user_identity_group
1 parent 91a2fe2 commit f67da93

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## 0.1.2 (unreleased)
22

3+
- Add parent parameter to `user_identity_group`
34
- Modify update rank on device admin and network access resources
45
- Fix active directory group optional
56
- Added endpoints resource support

ise_identity_management.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ resource "ise_user_identity_group" "user_identity_group" {
33

44
name = each.key
55
description = try(each.value.description, local.defaults.ise.identity_management.user_identity_groups.description, null)
6+
parent = try(each.value.parent, local.defaults.ise.identity_management.user_identity_groups.parent, null)
67
}
78

89
locals {

0 commit comments

Comments
 (0)