From cec1949db4007e45f3654fc7b05ebb4d308a0ea5 Mon Sep 17 00:00:00 2001 From: Al Cutter Date: Thu, 16 Jan 2025 17:04:18 +0000 Subject: [PATCH] Rando suffix for CI --- deployment/live/gcp/conformance/ci/terragrunt.hcl | 1 + deployment/live/gcp/conformance/terragrunt.hcl | 1 + 2 files changed, 2 insertions(+) diff --git a/deployment/live/gcp/conformance/ci/terragrunt.hcl b/deployment/live/gcp/conformance/ci/terragrunt.hcl index ad2d6243..98e8550c 100644 --- a/deployment/live/gcp/conformance/ci/terragrunt.hcl +++ b/deployment/live/gcp/conformance/ci/terragrunt.hcl @@ -10,5 +10,6 @@ include "root" { inputs = merge( include.root.locals, { + base_name = get_env("TESSERA_BASE_NAME", "ci-conformance-${substr(uuid(), 0, 4)}") } ) diff --git a/deployment/live/gcp/conformance/terragrunt.hcl b/deployment/live/gcp/conformance/terragrunt.hcl index 83cb0099..0ef40be7 100644 --- a/deployment/live/gcp/conformance/terragrunt.hcl +++ b/deployment/live/gcp/conformance/terragrunt.hcl @@ -2,6 +2,7 @@ terraform { source = "${get_repo_root()}/deployment/modules/gcp//conformance" } + locals { env = path_relative_to_include() project_id = get_env("GOOGLE_PROJECT")