mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Merge pull request #829 from Hestia-Homes/deploy-fastapi-with-terraform
Deploy fastapi with terraform: Fix typos
This commit is contained in:
commit
2fb9bb7d2e
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