Skip to content

Commit

Permalink
remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
LMAX-iwnf committed Jan 22, 2025
1 parent 97053b5 commit 705fcde
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ resource "aws_iam_policy" "lacework_audit_policy" {
tags = var.tags
}


resource "aws_iam_policy" "lacework_audit_policy_b" {
count = var.use_existing_iam_role_policy ? 0 : 1
name = local.lacework_audit_policy_name_b
Expand Down

0 comments on commit 705fcde

Please sign in to comment.