Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 822 Bytes

File metadata and controls

31 lines (25 loc) · 822 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
}