Files
homelab/10-sno-hub-cluster/01-matchbox/variables.tf
2025-03-21 20:55:10 -05:00

11 lines
314 B
HCL

variable "matchbox_http_endpoint" {
type = string
description = "Matchbox HTTP read-only endpoint (e.g. http://matchbox.example.com:8080)"
}
variable "matchbox_rpc_endpoint" {
type = string
description = "Matchbox gRPC API endpoint, without the protocol (e.g. matchbox.example.com:8081)"
}