Skip to content

Commit

Permalink
ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnvdp committed Apr 11, 2021
1 parent f5d5715 commit 7ed0d8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ data "aws_s3_bucket" "existing" {
bucket = var.s3_bucket
}

#tfsec:ignore:AWS002
resource "aws_s3_bucket" "lambda_bucket" {
count = var.create_bucket ? 1 : 0
acl = "private"
Expand Down

0 comments on commit 7ed0d8d

Please sign in to comment.