Fix depends_on bug
This commit is contained in:
parent
4ba82198de
commit
e07953798c
|
@ -6,7 +6,7 @@ module "apigw" {
|
|||
}
|
||||
|
||||
depends_on = [
|
||||
module.lambda
|
||||
module.lambda, module.sqs
|
||||
]
|
||||
|
||||
name = "AWSAPIGateway-g3"
|
||||
|
|
Loading…
Reference in New Issue