Skip to content

Commit

Permalink
Point app at the static LPA S3 bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliot Smith committed Feb 22, 2024
1 parent 70b253c commit b0469e9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions terraform/environment/region/lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ module "lambda" {
cloudwatch_kms_key_id = aws_kms_key.cloudwatch.arn

environment_variables = {
DDB_TABLE_NAME_DEEDS = var.dynamodb_name
DDB_TABLE_NAME_CHANGES = var.dynamodb_name_changes
EVENT_BUS_NAME = var.event_bus.name
JWT_SECRET_KEY = "secret"
DDB_TABLE_NAME_DEEDS = var.dynamodb_name
DDB_TABLE_NAME_CHANGES = var.dynamodb_name_changes
EVENT_BUS_NAME = var.event_bus.name
S3_BUCKET_NAME_ORIGINAL = var.lpa_store_static_bucket.name
JWT_SECRET_KEY = "secret"
}

providers = {
Expand Down

0 comments on commit b0469e9

Please sign in to comment.