fix typos

This commit is contained in:
Daniel Roth 2026-03-11 11:49:27 +00:00
parent df31723aca
commit 496ec22705
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
output "categorisation_queue_url" {
value = module.lambda.queu_url
value = module.lambda.queue_url
description = "URL of the Categorisation SQS queue"
}

View file

@ -1,5 +1,5 @@
output "ara_engine_queue_url" {
value = module.lambda.queu_url
value = module.lambda.queue_url
description = "URL of the Engine SQS queue"
}

View file

@ -124,7 +124,7 @@ resource "aws_iam_role_policy_attachment" "fast_api_s3_read" {
}
module "fastapi_sqs_policy" {
source = "../../modules/generic_iam_policy"
source = "../../modules/general_iam_policy"
policy_name = "fastapi-sqs-send-${var.stage}"
policy_description = "Allow FastAPI to send messages to engine & categorisation queues"