sidebar_label | title | description | hide_table_of_contents | type | category | sidebar_class_name | tags | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Longhorn |
Longhorn |
Longhorn pack in Palette |
true |
integration |
|
hide-from-sidebar |
|
Use the following Terraform snippet to reference the Longhorn pack in your Terraform template. Update the version number as needed.
data "spectrocloud_registry" "public_registry" {
name = "Public Repo"
}
data "spectrocloud_pack_simple" "csi-longhorn-addon" {
name = "csi-longhorn"
version = "1.6.0"
type = "helm"
registry_uid = data.spectrocloud_registry.public_registry.id
}