Skip to content

Commit c894212

Browse files
author
Steven Nemetz
committed
Fix syntax
1 parent f0ab9e1 commit c894212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ resource "aws_s3_bucket" "log_bucket" {
180180
count = "${
181181
module.enabled.value &&
182182
module.enable_logging.value &&
183-
var.type == "application &&"
183+
var.type == "application" &&
184184
var.create_log_bucket ? 1 : 0}"
185185
bucket = "${var.log_bucket_name}"
186186
#acl

0 commit comments

Comments
 (0)