Skip to content

Commit

Permalink
Format terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoelho93 committed Dec 19, 2024
1 parent 3f9f622 commit 06f156c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/logs/index_policy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ resource "aws_cloudwatch_log_group" "test" {
}
resource "aws_cloudwatch_log_index_policy" "test" {
log_group_name = aws_cloudwatch_log_group.test.name
log_group_name = aws_cloudwatch_log_group.test.name
policy_document = jsonencode(%[2]q)
}
`, logGroupName, policyDocument)
Expand Down

0 comments on commit 06f156c

Please sign in to comment.