terraform { backend "s3" { bucket = "juntekim-terraform-state" key = "ses/terraform.tfstate" region = "eu-west-2" use_lockfile = true } }