mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
add dummy queue name env var in engine as it's not used
This commit is contained in:
parent
8432d16f48
commit
c6af90f51c
1 changed files with 2 additions and 2 deletions
|
|
@ -57,8 +57,8 @@ module "lambda" {
|
|||
ENERGY_ASSESSMENTS_BUCKET = data.terraform_remote_state.shared.outputs.retrofit_energy_assessments_bucket_name
|
||||
|
||||
# SQS
|
||||
ENGINE_SQS_URL = module.lambda.sqs_queue_url
|
||||
|
||||
ENGINE_SQS_URL = "test" # Not actually needed by engine, only to satisfy Settings
|
||||
|
||||
# Deployment
|
||||
ECR_URI = var.ecr_repo_url
|
||||
GITHUB_SHA = var.image_digest
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue