Skip to content

Commit

Permalink
add back in data block
Browse files Browse the repository at this point in the history
  • Loading branch information
zachrundle committed Aug 21, 2024
1 parent 77f5ca4 commit 5eb131e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/iam_identity_users/main.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Fetching SSO Instance
data "aws_ssoadmin_instances" "this" {}

# Create SSO Groups
resource "aws_identitystore_group" "this" {
for_each = { for group_name in toset(flatten([for user in values(var.users) : user.groups])) : group_name => group_name }
Expand Down

0 comments on commit 5eb131e

Please sign in to comment.