Files
private-ai-platform/terraform/modules/k8s/ceph/k8s-ceph-csi-rbd/variables.tf
Hrankin, Aleksandr (contracted) 696c1adf74 init
2026-02-20 05:40:53 +00:00

16 lines
187 B
HCL

variable "namespace" {
type = string
}
variable "chart_version" {
type = string
}
variable "ceph_cluster_id" {
type = string
}
variable "ceph_monitors" {
type = list(string)
}