auto: sync

This commit is contained in:
Chris Christiansen 2026-05-27 16:22:17 +00:00
parent 7e4d91605e
commit 8f5f0b827b
2 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ resource "google_monitoring_uptime_check_config" "cloud_run_uptime" {
data "archive_file" "cost_guard_fn_zip" { data "archive_file" "cost_guard_fn_zip" {
type = "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" output_path = "${path.module}/cost-guard-fn.zip"
} }