16 lines
187 B
HCL
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)
|
|
}
|