We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a4bfdb + 44f1ccd commit 6c313ceCopy full SHA for 6c313ce
sso.tf
@@ -39,7 +39,7 @@ data "aws_identitystore_user" "aws" {
39
}
40
41
resource "aws_ssoadmin_permission_set" "permission_set" {
42
- for_each = local.enable_sso ? local.sso_permission_sets : {}
+ for_each = local.enable_sso ? local.sso_permission_sets : null
43
44
instance_arn = tolist(data.aws_ssoadmin_instances.ssoadmin_instances.arns)[0]
45
name = each.key
0 commit comments