Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 773 Bytes

portworx-add-on.md

File metadata and controls

29 lines (24 loc) · 773 Bytes
sidebar_label title description hide_table_of_contents type category sidebar_class_name tags
Portworx /w Operator Add-on
Portworx Operator Add-on
Portworx storage CSI for all use cases
true
integration
storage
amd64
hide-from-sidebar
packs
portworx
storage

Terraform

Use the following Terraform code to interact with the Portworx Operator pack in your Terraform scripts.

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

data "spectrocloud_pack_simple" "portworx-operator" {
  name    = "csi-portworx-add-on"
  version = "3.0.0"
  type = "operator-instance"
  registry_uid = data.spectrocloud_registry.public_registry.id
}