11 lines
314 B
HCL
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)"
|
|
}
|
|
|