Skip to content

Commit

Permalink
Merge pull request #2 from dasmeta/DMVP-1252-sso-setup
Browse files Browse the repository at this point in the history
fix(DMVP-1252-sso-setup): Update policy block
  • Loading branch information
aghamyan44 authored Oct 31, 2022
2 parents 8c03398 + e226b47 commit fc4e9af
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 fc4e9af

Please sign in to comment.