sidebar_label | title | description | hide_table_of_contents | type | category | sidebar_class_name | logoUrl | tags | |||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
prisma-cloud-compute |
Prisma Cloud Compute |
prism-cloud-compute Security pack in Spectro Cloud |
true |
integration |
|
hide-from-sidebar |
|
You can reference the Prisma Cloud Compute pack in Terraform with the following data resource.
data "spectrocloud_registry" "public_registry" {
name = "Public Repo"
}
data "spectrocloud_pack" "prisma" {
name = "prismacloud"
version = "20.09.0"
type = "manifest"
registry_uid = data.spectrocloud_registry.public_registry.id
}