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"