Skip to content

Commit fd62ab4

Browse files
mbolognaCopilot
andcommitted
fix: remove unused argocd_hostname variable
Dead code leftover from the Gateway API migration — never wired into any templatefile or resource. Removes tflint terraform_unused_declarations warning. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent a5f8728 commit fd62ab4

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

vars.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -311,12 +311,6 @@ variable "certmanager_email_address" {
311311

312312
# ── ArgoCD (always installed — GitOps controller keeps cluster active) ────────
313313

314-
variable "argocd_hostname" {
315-
type = string
316-
description = "Fully-qualified hostname for the ArgoCD UI (e.g. argocd.example.com). When set, a Gateway API HTTPRoute with a cert-manager TLS certificate is created."
317-
default = null
318-
}
319-
320314
variable "longhorn_hostname" {
321315
type = string
322316
description = "Fully-qualified hostname for the Longhorn UI (e.g. longhorn.example.com). When set, a Gateway API HTTPRoute with BasicAuth (Envoy Gateway SecurityPolicy) and a cert-manager TLS certificate is created."

0 commit comments

Comments
 (0)