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