diff --git a/infrastructure/terraform/lambda/ordnanceSurvey/main.tf b/infrastructure/terraform/lambda/ordnanceSurvey/main.tf index 3af33ad7..a62996a1 100644 --- a/infrastructure/terraform/lambda/ordnanceSurvey/main.tf +++ b/infrastructure/terraform/lambda/ordnanceSurvey/main.tf @@ -14,7 +14,7 @@ locals { } module "ordnance" { - source = "../modules/lambda_with_sqs" + source = "../../modules/lambda_with_sqs" name = ordnanceSurvey #"address2uprn" for example stage = var.stage