Skip to content

Commit 2ebdf80

Browse files
authored
terragrunt hclfmt (#248)
1 parent 2d43db1 commit 2ebdf80

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

deployment/live/gcp/static-ct-staging/logs/terragrunt.hcl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
locals {
2-
env = "staging"
3-
project_id = get_env("GOOGLE_PROJECT", "static-ct-staging")
4-
location = get_env("GOOGLE_REGION", "us-central1")
5-
base_name = path_relative_to_include()
6-
origin_suffix = get_env("TESSERA_ORIGIN_SUFFIX", ".ct.transparency.dev")
2+
env = "staging"
3+
project_id = get_env("GOOGLE_PROJECT", "static-ct-staging")
4+
location = get_env("GOOGLE_REGION", "us-central1")
5+
base_name = path_relative_to_include()
6+
origin_suffix = get_env("TESSERA_ORIGIN_SUFFIX", ".ct.transparency.dev")
77
docker_container_tag = get_env("DOCKER_CONTAINER_TAG", "latest")
88
}
99

deployment/live/gcp/static-ct/logs/terragrunt.hcl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
locals {
2-
env = path_relative_to_include()
3-
project_id = get_env("GOOGLE_PROJECT", "static-ct")
4-
location = get_env("GOOGLE_REGION", "us-central1")
5-
base_name = get_env("TESSERA_BASE_NAME", "${local.env}-static-ct")
6-
origin_suffix = get_env("TESSERA_ORIGIN_SUFFIX", "")
2+
env = path_relative_to_include()
3+
project_id = get_env("GOOGLE_PROJECT", "static-ct")
4+
location = get_env("GOOGLE_REGION", "us-central1")
5+
base_name = get_env("TESSERA_BASE_NAME", "${local.env}-static-ct")
6+
origin_suffix = get_env("TESSERA_ORIGIN_SUFFIX", "")
77
}
88

99
remote_state {

deployment/live/gcp/terragrunt.hcl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
locals {
2-
env = path_relative_to_include()
3-
project_id = get_env("GOOGLE_PROJECT", "static-ct")
4-
location = get_env("GOOGLE_REGION", "us-central1")
5-
base_name = get_env("TESSERA_BASE_NAME", "${local.env}-static-ct")
6-
origin_suffix = get_env("TESSERA_ORIGIN_SUFFIX", "")
2+
env = path_relative_to_include()
3+
project_id = get_env("GOOGLE_PROJECT", "static-ct")
4+
location = get_env("GOOGLE_REGION", "us-central1")
5+
base_name = get_env("TESSERA_BASE_NAME", "${local.env}-static-ct")
6+
origin_suffix = get_env("TESSERA_ORIGIN_SUFFIX", "")
77
}
88

99
remote_state {

deployment/live/gcp/test/terragrunt.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ terraform {
33
}
44

55
locals {
6-
env = "test"
7-
base_name = get_env("TESSERA_BASE_NAME", "${local.env}-static-ct")
6+
env = "test"
7+
base_name = get_env("TESSERA_BASE_NAME", "${local.env}-static-ct")
88
}
99

1010
include "root" {

0 commit comments

Comments
 (0)