Skip to content

Commit

Permalink
Env
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter committed Aug 19, 2024
1 parent cc921d2 commit 6d2286a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/modules/example-gcp/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d2286a

Please sign in to comment.