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