How to use the module terraform-aws-modules/s3-bucket for a static website?

Hi, I’m new to TF. Trying to create a s3 bucket with website config, and compare modules to direct-use of resources. I was able to create such a bucket when using resources directly. Now, I want to create it using a well-known module: https://registry.terraform.io/modules/terraform-aws-modules/s3-bucket/aws/latest/submodules/object but it doesn’t seem to have a website configuration input or any use of the aws_s3_bucket_website_configuration resource. Does it mean I can’t use that module to set up a s3 bucket as a static website?