Skip to content

Commit 55f7499

Browse files
Merge branch 'main' into CCM-14029_CentralisePrecommitGHAs
1 parent 0ae69e2 commit 55f7499

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

infrastructure/terraform/modules/lambda/data_archive_file_lambda.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
data "archive_file" "lambda" {
22
count = local.package_type == "zip" ? 1 : 0
3+
34
type = "zip"
45
source_dir = "${path.root}/${var.function_code_base_path}/${var.function_code_dir}"
56

0 commit comments

Comments
 (0)