We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da4d103 commit 0e47bb9Copy full SHA for 0e47bb9
infra/functions-python/main.tf
@@ -52,7 +52,7 @@ locals {
52
function_operations_api_zip = "${path.module}/../../functions-python/operations_api/.dist/operations_api.zip"
53
54
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"
+ function_export_csv_zip = "${path.module}/../../functions-python/export_csv/.dist/export_csv.zip"
56
57
}
58
0 commit comments