Skip to content

Commit

Permalink
PRMP-935 add miss env var
Browse files Browse the repository at this point in the history
  • Loading branch information
NogaNHS committed Oct 7, 2024
1 parent 862c17c commit a8150ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions infrastructure/lambda-lloyd-george-record-stitch.tf
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ module "lloyd-george-stitch-lambda" {
APPCONFIG_CONFIGURATION = module.ndr-app-config.app_config_configuration_profile_id
LLOYD_GEORGE_BUCKET_NAME = "${terraform.workspace}-${var.lloyd_george_bucket_name}"
LLOYD_GEORGE_DYNAMODB_NAME = "${terraform.workspace}_${var.lloyd_george_dynamodb_table_name}"
STITCH_STORE_DYNAMODB_NAME = "${terraform.workspace}_${var.stitch_store_dynamodb_table_name}"
CLOUDFRONT_URL = module.cloudfront-distribution-lg.cloudfront_url
SPLUNK_SQS_QUEUE_URL = try(module.sqs-splunk-queue[0].sqs_url, null)
WORKSPACE = terraform.workspace
Expand Down
2 changes: 1 addition & 1 deletion virusscanner/terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.43.0 |

## Modules

Expand Down

0 comments on commit a8150ed

Please sign in to comment.