Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 712 Bytes

csi-trident.md

File metadata and controls

29 lines (24 loc) · 712 Bytes
sidebar_label title description hide_table_of_contents type category sidebar_class_name tags
Astra Trident
Astra Trident
Learn abou the Astra Trident pack.
true
integration
storage
amd64
community
hide-from-sidebar
packs
trident
storage

Terraform

You can retrieve details about the Astra Trident pack by using the following Terraform code.

data "spectrocloud_registry" "public_registry" {
  name = "Public Repo"
}

data "spectrocloud_pack_simple" "astra-trident" {
  name    = "csi-trident"
  version = "23.01.0"
  type = "helm"
  registry_uid = data.spectrocloud_registry.public_registry.id
}