Skip to content

Conversation

@phbnf
Copy link
Collaborator

@phbnf phbnf commented Jan 28, 2026

This names bucket after the origin by default for GCE deployments, leaving an escape hatch.
Other deployments (cloudrun, test) will use the legacy naming scheme {project_id}-{base_name}-bucket.

@phbnf phbnf requested a review from AlCutter January 28, 2026 15:37
@phbnf phbnf force-pushed the dnsbucket branch 2 times, most recently from 2c2f2f7 to d94596e Compare January 28, 2026 15:39
@phbnf phbnf marked this pull request as ready for review January 28, 2026 15:40
@phbnf phbnf requested a review from a team as a code owner January 28, 2026 15:40
}

variable "bucket_name" {
description = "Name of the GCS bucket. Defaults to '${var.project_id-base}_${var.base_name}-bucket if unspecicfied"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
description = "Name of the GCS bucket. Defaults to '${var.project_id-base}_${var.base_name}-bucket if unspecicfied"
description = "Name of the GCS bucket. Defaults to '${var.project_id-base}-${var.base_name}-bucket if unspecicfied"

@phbnf phbnf merged commit 1f18964 into transparency-dev:main Jan 28, 2026
10 checks passed
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.

2 participants