auto: sync
This commit is contained in:
parent
7e4d91605e
commit
8f5f0b827b
BIN
infrastructure/modules/vauco-bootstrap/cost-guard-fn.zip
Normal file
BIN
infrastructure/modules/vauco-bootstrap/cost-guard-fn.zip
Normal file
Binary file not shown.
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user