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 df81dff commit 67079d8
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,5 +1,5 @@
locals {
description = coalesce(var.description, var.name)
# description = coalesce(var.description, var.name)
auto_policy_name_format = var.auto_policy_count == null ? {} : {
single = "p-sso-%v"
multiple = "p-sso-%v-p%v"
Expand Down

0 comments on commit 67079d8

Please sign in to comment.