Skip to content

Commit

Permalink
Updates test to use arn parameter instead of manually-generated ARN
Browse files Browse the repository at this point in the history
  • Loading branch information
gdavison committed Apr 5, 2022
1 parent 43beb78 commit 76c2c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/elb/load_balancer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1272,7 +1272,7 @@ resource "aws_s3_bucket_policy" "test" {
"Principal": {
"AWS": "${data.aws_elb_service_account.current.arn}"
},
"Resource": "arn:${data.aws_partition.current.partition}:s3:::%[1]s/*",
"Resource": "${aws_s3_bucket.accesslogs_bucket.arn}/*",
"Sid": "Stmt1446575236270"
}
],
Expand Down

0 comments on commit 76c2c51

Please sign in to comment.