Skip to content

Commit b1f246c

Browse files
committed
rename cloudbuild/preloaded to tesseract
# Conflicts: # deployment/modules/gcp/cloudbuild/tesseract/variables.tf
1 parent ab45029 commit b1f246c

File tree

4 files changed

+18
-9
lines changed

4 files changed

+18
-9
lines changed

deployment/live/gcp/static-ct-staging/cloudbuild/arche2025h1/terragrunt.hcl

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
2-
source = "${get_repo_root()}/deployment/modules/gcp//cloudbuild/preloaded"
2+
source = "${get_repo_root()}/deployment/modules/gcp//cloudbuild/tesseract"
33
}
44

55
locals {
@@ -10,12 +10,21 @@ locals {
1010
github_owner = get_env("GITHUB_OWNER", "transparency-dev")
1111
}
1212

13-
include "root" {
14-
path = find_in_parent_folders()
15-
expose = true
13+
inputs = local
14+
15+
remote_state {
16+
backend = "gcs"
17+
18+
config = {
19+
project = local.project_id
20+
location = local.location
21+
bucket = "${local.project_id}-cloudbuild-terraform-state"
22+
prefix = "terraform.tfstate"
23+
24+
gcs_bucket_labels = {
25+
name = "terraform_state"
26+
env = "${local.env}"
27+
}
28+
}
1629
}
1730

18-
inputs = merge(
19-
local,
20-
include.root.locals,
21-
)

deployment/live/gcp/static-ct-staging/logs/arche2025h1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ awk \
2525

2626

2727
### Automatic Deployment
28-
This GCP SCTFE preloaded staging environment is designed to be deployed by the Cloud Build ([Terraform module](/deployment/modules/gcp/cloudbuild/preloaded/), [Terragrunt configuration](/deployment/live/gcp/static-ct-staging/cloudbuild/arche2025h1/)).
28+
This GCP SCTFE preloaded staging environment is designed to be deployed by the Cloud Build ([Terraform module](/deployment/modules/gcp/cloudbuild/tesseract/), [Terragrunt configuration](/deployment/live/gcp/static-ct-staging/cloudbuild/arche2025h1/)).
2929

3030
### Manual Deployment
3131
TODO(phboneff): come back to this, Cloud Run doesn't trigger a deployment if the tag does not change value.

0 commit comments

Comments
 (0)