mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
move lambda_with_sqs to terraform/modules
This commit is contained in:
parent
07b32a6bb7
commit
71c0e6b2f3
4 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ data "terraform_remote_state" "shared" {
|
|||
}
|
||||
|
||||
module "lambda" {
|
||||
source = "../modules/lambda_with_sqs"
|
||||
source = "../../modules/lambda_with_sqs"
|
||||
|
||||
name = REPLACE ME #"address2uprn" for example
|
||||
stage = var.stage
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue