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.
1 parent 048e41e commit 53499a6Copy full SHA for 53499a6
modules/role/role.tf
@@ -1,5 +1,5 @@
1
locals {
2
- should_create_s3_policy = var.blacklist_object_arn != null && var.blacklist_object_arn != "" ? 1 : 0
+ should_create_s3_policy = var.blacklist_object_arn != null ? 1 : 0
3
}
4
5
0 commit comments