Skip to content

Commit

Permalink
Fix terrafmt error.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Nov 14, 2023
1 parent 1d3c193 commit 313687b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/iam/policy_attachment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ resource "aws_iam_group" "test3" {
}
resource "aws_iam_policy" "test" {
name = %[7]q
name = %[7]q
description = "A test policy"
policy = <<EOF
Expand Down

0 comments on commit 313687b

Please sign in to comment.