terraform { backend "s3" { bucket = "ted-search-state-storage" region = "us-east-2" key = "terraform.tfstate" } }