update openshift agent installer for hub cluster

This commit is contained in:
2025-03-21 22:52:17 -05:00
parent 1644d5b45e
commit 81002d39bd
10 changed files with 60 additions and 164 deletions

View File

@@ -0,0 +1,10 @@
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)"
}