terraform {
  backend "s3" {
    bucket         = "prod-dna-tfstate"
    key            = "gdb/delphi/prod/lambda_cross_account_secrets_sync.tfstate"
    region         = "us-east-1"
    profile        = "gdb-delphi-prod"
    dynamodb_table = "terraform-state-lock-dynamodb"
  }
}
