terraform/juju/home-maas/00-variables.tf

11 lines
133 B
Terraform
Raw Normal View History

variable openstack-origin {
type = string
default = "distro"
}
variable osd-devices {
type = string
default = ""
}