We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71f7de0 commit 68e3df3Copy full SHA for 68e3df3
1 file changed
infrastructure/modules/eventpub/lambda_function.tf
@@ -27,4 +27,6 @@ resource "aws_lambda_function" "main" {
27
THROTTLE_DELAY_MS = "0"
28
}
29
30
+
31
+ depends_on = [ null_resource.lambda_zip ]
32
0 commit comments