Skip to content

Commit

Permalink
Fix terrafmt issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilturek committed Jun 19, 2022
1 parent 81acf32 commit 7330694
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions internal/service/location/tracker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,8 @@ resource "aws_location_tracker" "test" {
func testAccTrackerConfig_description(rName, description string) string {
return fmt.Sprintf(`
resource "aws_location_tracker" "test" {
tracker_name = %[1]q
description = %[2]q
tracker_name = %[1]q
description = %[2]q
}
`, rName, description)
}
Expand All @@ -283,8 +283,8 @@ resource "aws_kms_key" "test" {
}
resource "aws_location_tracker" "test" {
tracker_name = %[1]q
kms_key_id = aws_kms_key.test.arn
tracker_name = %[1]q
kms_key_id = aws_kms_key.test.arn
}
`, rName)
}
Expand Down

0 comments on commit 7330694

Please sign in to comment.