diff --git a/infrastructure/modules/vauco-bootstrap/cost-guard-fn.zip b/infrastructure/modules/vauco-bootstrap/cost-guard-fn.zip new file mode 100644 index 0000000..7dfed80 Binary files /dev/null and b/infrastructure/modules/vauco-bootstrap/cost-guard-fn.zip differ diff --git a/infrastructure/modules/vauco-bootstrap/main.tf b/infrastructure/modules/vauco-bootstrap/main.tf index a31c4a2..eb3e754 100644 --- a/infrastructure/modules/vauco-bootstrap/main.tf +++ b/infrastructure/modules/vauco-bootstrap/main.tf @@ -273,7 +273,7 @@ resource "google_monitoring_uptime_check_config" "cloud_run_uptime" { data "archive_file" "cost_guard_fn_zip" { type = "zip" - source_dir = "${path.module}/cost-guard-fn" + source_dir = "${path.module}/../../terraform/cost-guard-fn" output_path = "${path.module}/cost-guard-fn.zip" }