Skip to content

Commit 0e47bb9

Browse files
committed
Terraform config debugging
1 parent da4d103 commit 0e47bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/functions-python/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ locals {
5252
function_operations_api_zip = "${path.module}/../../functions-python/operations_api/.dist/operations_api.zip"
5353

5454
function_export_csv_config = jsondecode(file("${path.module}/../../functions-python/export_csv/function_config.json"))
55-
function_export_csv_zip = "${path.module}/../../functions-python/operations_api/.dist/export_csv.zip"
55+
function_export_csv_zip = "${path.module}/../../functions-python/export_csv/.dist/export_csv.zip"
5656

5757
}
5858

0 commit comments

Comments
 (0)