Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 772 Bytes

File metadata and controls

32 lines (26 loc) · 772 Bytes
sidebar_label title description hide_table_of_contents type category sidebar_class_name tags
Longhorn
Longhorn
Longhorn pack in Palette
true
integration
storage
amd64
fips
hide-from-sidebar
packs
longhorn
storage

Terraform

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" {
  name    = "csi-longhorn"
  version = "1.5.1"
  type = "helm"
  registry_uid = data.spectrocloud_registry.public_registry.id
}