variable "cluster_name" { type = "string" description = "Unique cluster name" } # bare-metal variable "matchbox_http_endpoint" { type = "string" description = "Matchbox HTTP read-only endpoint (e.g. http://matchbox.example.com:8080)" } variable "atomic_assets_endpoint" { type = "string" default = "" description = <