We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 588d998 commit 06b49dfCopy full SHA for 06b49df
main.tf
@@ -53,9 +53,11 @@ data "aws_identitystore_group" "groups" {
53
54
identity_store_id = var.identity_store_id
55
56
- filter {
57
- attribute_path = "DisplayName"
58
- attribute_value = each.value
+ alternate_identifier {
+ unique_attribute {
+ attribute_path = "DisplayName"
59
+ attribute_value = each.value
60
+ }
61
}
62
63
@@ -64,9 +66,11 @@ data "aws_identitystore_user" "users" {
64
66
65
67
68
- attribute_path = "UserName"
69
70
71
+ attribute_path = "UserName"
72
73
74
75
76
0 commit comments