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 |
|
hide-from-sidebar |
|
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
}