Skip to content

Commit 53499a6

Browse files
committed
remove empty string/ comparison
1 parent 048e41e commit 53499a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/role/role.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
locals {
2-
should_create_s3_policy = var.blacklist_object_arn != null && var.blacklist_object_arn != "" ? 1 : 0
2+
should_create_s3_policy = var.blacklist_object_arn != null ? 1 : 0
33
}
44

55

0 commit comments

Comments
 (0)