From 22c205c64b961418e5e77052f423d67530f4341a Mon Sep 17 00:00:00 2001 From: Chris Christiansen Date: Wed, 27 May 2026 16:34:38 +0000 Subject: [PATCH] auto: sync --- infrastructure/terraform/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/terraform/main.tf b/infrastructure/terraform/main.tf index 72f1a3e..cc5370a 100644 --- a/infrastructure/terraform/main.tf +++ b/infrastructure/terraform/main.tf @@ -4,7 +4,7 @@ provider "google" { } module "medioteq" { - source = "../modules/vauco-bootstrap" + source = "./modules/vauco-bootstrap" customer_id = "medioteq" project_id = "medioteq-prod-eun1"