Skip to content

Commit

Permalink
Hard-code test JWT secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliot Smith committed Nov 14, 2023
1 parent 95ed047 commit 5b1b279
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/environment/region/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module "lambda" {

environment_variables = {
DDB_TABLE_NAME_DEEDS = var.dynamodb_name
JWT_SECRET_KEY = "secret"
}

providers = {
Expand Down

0 comments on commit 5b1b279

Please sign in to comment.