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