Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Feb 8, 2024
1 parent 6b63f87 commit ce346e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion permissionset/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
locals {
# description = coalesce(var.description, var.name)
auto_policy_name_format = var.auto_policy_count == null ? {} : {
auto_policy_name_format = {
single = "p-sso-%v"
multiple = "p-sso-%v-p%v"
}
Expand Down

0 comments on commit ce346e6

Please sign in to comment.