Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sean1588 committed Nov 1, 2024
1 parent b38720e commit a7e77ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

var bucketPolicy = new BucketPolicy("cloudfront-bucket-policy", new BucketPolicyArgs
{
Bucket = bucket.BucketName,
Bucket = bucket.Id,
Policy = Output.Tuple(bucket.Arn, originAccessIdentity.IamArn)
.Apply(t =>
{
Expand Down

0 comments on commit a7e77ea

Please sign in to comment.