We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d2ce8b commit bc4a3f5Copy full SHA for bc4a3f5
1 file changed
infrastructure/modules/eventpub/lambda_function.tf
@@ -27,5 +27,6 @@ resource "aws_lambda_function" "main" {
27
THROTTLE_DELAY_MS = "0"
28
}
29
30
- depends_on = [ data.archive_file ]
+
31
+ depends_on = [ data.archive_file.lambda ] # This should not be needed but it is
32
0 commit comments