correct use of tfstate outputs in fast api terraform

This commit is contained in:
Daniel Roth 2026-03-11 14:22:19 +00:00
parent d2cde3987c
commit 3b41ea4a23

View file

@ -110,8 +110,8 @@ module "fastapi" {
HOTWATER_KWH_PREDICTIONS_BUCKET = data.terraform_remote_state.shared.outputs.retrofit_hotwater_kwh_predictions_bucket_name
ENERGY_ASSESSMENTS_BUCKET = data.terraform_remote_state.shared.outputs.retrofit_energy_assessments_bucket_name
ENGINE_SQS_URL = data.terraform_remote_state.engine.ara_engine_queue_url
CATEGORISATION_SQS_URL = data.terraform_remote_state.categorisation.categorisation_queue_url
ENGINE_SQS_URL = data.terraform_remote_state.engine.outputs.ara_engine_queue_url
CATEGORISATION_SQS_URL = data.terraform_remote_state.categorisation.outputs.categorisation_queue_url
}
}