Skip to content

Commit 5d60673

Browse files
committed
resource/s3_object_copy: Lint
1 parent d36a176 commit 5d60673

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

aws/resource_aws_s3_object_copy_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ resource "aws_s3_object_copy" "test" {
107107
source = "${aws_s3_bucket.source.bucket}/${aws_s3_bucket_object.source.key}"
108108
109109
grant {
110-
uri = "http://acs.amazonaws.com/groups/global/AllUsers"
111-
type = "Group"
112-
permissions = ["READ"]
110+
uri = "http://acs.amazonaws.com/groups/global/AllUsers"
111+
type = "Group"
112+
permissions = ["READ"]
113113
}
114114
}
115115
`, rName1, sourceKey, rName2, key)

0 commit comments

Comments
 (0)