21 lines
250 B
HCL
21 lines
250 B
HCL
variable "namespace" {
|
|
type = string
|
|
}
|
|
|
|
variable "ceph_cluster_id" {
|
|
type = string
|
|
}
|
|
|
|
variable "ceph_rbd_pool" {
|
|
type = string
|
|
}
|
|
|
|
variable "ceph_user_id" {
|
|
type = string
|
|
}
|
|
|
|
variable "ceph_user_key" {
|
|
type = string
|
|
sensitive = true
|
|
}
|