Backend

terraform {
  backend "s3" {
    bucket = "bucket"
    key    = "terraform.tfstate"
    region = "us-east-1"
  }
}