mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
fix typos
This commit is contained in:
parent
df31723aca
commit
496ec22705
3 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue