Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengaDev committed Jul 10, 2024
1 parent 4c0314f commit d86e97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/role/role.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resource "aws_iam_role" "lambda_execution_role" {
}

data "aws_iam_policy_document" "s3_policy_document" {
count = local.should_create_s3_policy ? 1 : 0
count = local.should_create_s3_policy ? 1 : 0
statement {
sid = ""
effect = "Allow"
Expand Down

0 comments on commit d86e97a

Please sign in to comment.