Skip to content

Commit

Permalink
fix tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sohan yadava committed Dec 26, 2019
1 parent 00023bc commit f22d5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module "cloudtrail-slack" {
}

resource "aws_s3_bucket_notification" "bucket_notification" {
count = var.enabled ? 1 : 0
count = var.enabled ? 1 : 0
bucket = var.bucket_name

lambda_function {
Expand Down

0 comments on commit f22d5bf

Please sign in to comment.