Skip to content

Commit 2d2ce8b

Browse files
CCM-7938 Dependency fix
1 parent 0604a14 commit 2d2ce8b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

infrastructure/modules/eventpub/lambda_function.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ resource "aws_lambda_function" "main" {
2727
THROTTLE_DELAY_MS = "0"
2828
}
2929
}
30+
depends_on = [ data.archive_file ]
3031
}

0 commit comments

Comments
 (0)