Skip to content

Commit

Permalink
fix(DMVP-1252-sso-setup): Update policy block
Browse files Browse the repository at this point in the history
  • Loading branch information
aghamyan44 committed Oct 31, 2022
1 parent bcf7caa commit e226b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sso/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module "permission_sets" {
permission_sets = [
{
name = length(each.value.group) < 33 ? "${each.value.group}" : substr("${each.value.group}", 33, 32)
policy_attachments = [each.value.policy]
policy_attachments = each.value.policy

tags = lookup(each.value, "tags", {})
description = lookup(each.value, "description", null)
Expand Down

0 comments on commit e226b47

Please sign in to comment.