From 6d2286a985f563c478f41b9aa1e794547120a630 Mon Sep 17 00:00:00 2001 From: Al Cutter Date: Mon, 19 Aug 2024 16:14:57 +0100 Subject: [PATCH] Env --- deployment/modules/example-gcp/main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/modules/example-gcp/main.tf b/deployment/modules/example-gcp/main.tf index cf356593e..9fb4a389a 100644 --- a/deployment/modules/example-gcp/main.tf +++ b/deployment/modules/example-gcp/main.tf @@ -5,8 +5,8 @@ terraform { ## Call the Tessera GCP module ## ## This will configure all the storage infrastructure required to run a Tessera log on GCP. -module "gcp" { - source = "..//gcp" +module "gcs" { + source = "../gcp//gcs" base_name = var.base_name env = var.env