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