terraform {
  backend "s3" {
    bucket                  = "gdb-delphi-prod-tfstate"
    key                     = "Delphi/Production/slz_db.tfstate"
    region                  = "us-east-1"
    shared_credentials_file = "~/.aws/credentials"
    profile                 = "gdb-delphi-prod"
    dynamodb_table          = "terraform-state-lock-dynamodb"
  }
}
