Fix depends_on bug

This commit is contained in:
Santiago Lo Coco 2022-10-26 20:49:54 -03:00
parent 4ba82198de
commit e07953798c
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ module "apigw" {
}
depends_on = [
module.lambda
module.lambda, module.sqs
]
name = "AWSAPIGateway-g3"