Skip to content

Comments

Add GCP external LB terraform config#489

Merged
AlCutter merged 1 commit intotransparency-dev:mainfrom
AlCutter:witness_lb
Feb 13, 2026
Merged

Add GCP external LB terraform config#489
AlCutter merged 1 commit intotransparency-dev:mainfrom
AlCutter:witness_lb

Conversation

@AlCutter
Copy link
Contributor

This PR adds a terraform module for a GCP external loadbalancer intended to be used with GCP witness instances.

@codecov-commenter
Copy link

codecov-commenter commented Feb 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 22.63%. Comparing base (3c58af4) to head (289d9c5).
⚠️ Report is 290 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main     #489       +/-   ##
===========================================
- Coverage   51.05%   22.63%   -28.42%     
===========================================
  Files          11       28       +17     
  Lines         903     1975     +1072     
===========================================
- Hits          461      447       -14     
- Misses        374     1451     +1077     
- Partials       68       77        +9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

name = "witness-lb-http"
project = var.project_id
load_balancing_scheme = "EXTERNAL"
ssl = true
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have you verified ownership of the domain already?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Which domain? This is just a module 😁 (no, but I will start)

content {
name = "${each.key}-path-matcher"

# Redirect requests to invalid endpoints to the witnesses page on t.dev
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit, transparency.dev

@AlCutter AlCutter merged commit 1b4affb into transparency-dev:main Feb 13, 2026
9 checks passed
@AlCutter AlCutter deleted the witness_lb branch February 13, 2026 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants