Skip to content

Commit

Permalink
Rando suffix for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter committed Jan 16, 2025
1 parent 94e0759 commit cec1949
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions deployment/live/gcp/conformance/ci/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ include "root" {
inputs = merge(
include.root.locals,
{
base_name = get_env("TESSERA_BASE_NAME", "ci-conformance-${substr(uuid(), 0, 4)}")
}
)
1 change: 1 addition & 0 deletions deployment/live/gcp/conformance/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit cec1949

Please sign in to comment.