I am using S3 backend for my Terraform scripts:
terraform { backend "s3" { bucket = "mybucket" key = "path/to/my/key"