Configure TF backend to pick folder in bucket instead of s3 bucket

Just wanted to check if there is any way for configuring Terraform backend to store state file under S3 bucket’s subfolder than S3 bucket.

You can add the key parameter within the backend definition.

Thanks for the reply @tbugfinder

It worked out.