Skip to content

Commit 27612de

Browse files
authored
fix base on new version (#2484)
1 parent 022d992 commit 27612de

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

terraform/modules/department/60-aws-sso.tf

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,11 @@ data "aws_identitystore_group" "department" {
3232

3333
identity_store_id = var.identity_store_id
3434

35-
filter {
36-
attribute_path = "DisplayName"
37-
attribute_value = var.google_group_display_name
35+
alternate_identifier {
36+
unique_attribute {
37+
attribute_path = "DisplayName"
38+
attribute_value = var.google_group_display_name
39+
}
3840
}
3941
}
4042

0 commit comments

Comments
 (0)