Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
psychomantys committed Apr 23, 2024
1 parent 7f4e8b7 commit caa0dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acl.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ resource "aws_s3_bucket_acl" "grant_owner_to_iam" {
}

owner {
id = data.aws_canonical_user_id.current.id
id = aws_s3_bucket.bucket[0].id
}
}
}

0 comments on commit caa0dfd

Please sign in to comment.