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 d8ad14f commit 748535fCopy full SHA for 748535f
main.tf
@@ -8,7 +8,7 @@ data "aws_caller_identity" "current" {}
8
9
data "aws_partition" "current" {}
10
locals {
11
- create_bucket = var.create_bucket && var.putin_khuylo
+ create_bucket = var.create_bucket
12
13
create_bucket_acl = (var.acl != null && var.acl != "null") || length(local.grants) > 0
14
0 commit comments