Azure Disk
Versions Supported
- 1.30.x
- 1.29.x
Terraform
Use the following Terraform snippet to reference the Azure Disk CSI pack in your Terraform template. Update the version number as needed.
data "spectrocloud_registry" "public_registry" {
  name = "Public Repo"
}
data "spectrocloud_pack_simple" "azure-disk-csi" {
  name    = "csi-azure"
  version = "1.30.0"
  type = "helm"
  registry_uid = data.spectrocloud_registry.public_registry.id
}