We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0604a14 commit 2d2ce8bCopy full SHA for 2d2ce8b
1 file changed
infrastructure/modules/eventpub/lambda_function.tf
@@ -27,4 +27,5 @@ resource "aws_lambda_function" "main" {
27
THROTTLE_DELAY_MS = "0"
28
}
29
30
+ depends_on = [ data.archive_file ]
31
0 commit comments