From a8150ed23617aae3390dc0405498f73f3976111d Mon Sep 17 00:00:00 2001 From: NogaNHS Date: Mon, 7 Oct 2024 09:54:58 +0100 Subject: [PATCH] PRMP-935 add miss env var --- infrastructure/lambda-lloyd-george-record-stitch.tf | 1 + virusscanner/terraform/README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/infrastructure/lambda-lloyd-george-record-stitch.tf b/infrastructure/lambda-lloyd-george-record-stitch.tf index b30cc3f6..43fec8f3 100644 --- a/infrastructure/lambda-lloyd-george-record-stitch.tf +++ b/infrastructure/lambda-lloyd-george-record-stitch.tf @@ -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 diff --git a/virusscanner/terraform/README.md b/virusscanner/terraform/README.md index 03eb633b..2cf59bb6 100644 --- a/virusscanner/terraform/README.md +++ b/virusscanner/terraform/README.md @@ -8,7 +8,7 @@ | Name | Version | |------|---------| -| [aws](#provider\_aws) | >= 4.0 | +| [aws](#provider\_aws) | 5.43.0 | ## Modules