Newer
Older
openstack-caracal-dc-dc / opentofu / modules / dc-storage-pool / variables.tf
variable "dc_name" {
  description = "Short DC identifier used in resource naming (e.g. \"dc1\", \"dc2\", \"office1\")."
  type        = string
}

variable "target_path" {
  description = <<-EOT
    Host filesystem path for this pool's storage (a "dir"-type pool: a plain
    directory-backed libvirt storage pool, thin-provisioned by the underlying
    filesystem, not by any libvirt-level setting -- confirm the host volume
    this path lives on is actually thin-provisioned, per buildout-design
    Section 3). MUST be a real, measured path on the vcloud host -- never
    invented; no default.
  EOT
  type = string
}