Skip to content

Commit

Permalink
Fix terrafmt error.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Feb 1, 2024
1 parent d88ed4d commit 40f8d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/lakeformation/resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ resource "aws_s3_bucket" "test" {
}
resource "aws_lakeformation_resource" "test" {
arn = aws_s3_bucket.test.arn
arn = aws_s3_bucket.test.arn
hybrid_access_enabled = true
}
`, rName)
Expand Down

0 comments on commit 40f8d83

Please sign in to comment.