We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c1fb73 commit 5bc61c6Copy full SHA for 5bc61c6
infrastructure/terraform/modules/backend-api/data_cloudwatch_event_bus_default.tf
infrastructure/terraform/modules/backend-api/locals.tf
@@ -43,7 +43,6 @@ locals {
43
ENVIRONMENT = var.environment
44
NODE_OPTIONS = "--enable-source-maps"
45
REQUEST_PROOF_QUEUE_URL = module.sqs_sftp_upload.sqs_queue_url
46
- TEMPLATES_EVENT_BUS_NAME = data.aws_cloudwatch_event_bus.default.name
47
TEMPLATES_INTERNAL_BUCKET_NAME = module.s3bucket_internal.id
48
TEMPLATES_QUARANTINE_BUCKET_NAME = module.s3bucket_quarantine.id
49
TEMPLATES_DOWNLOAD_BUCKET_NAME = module.s3bucket_download.id
0 commit comments