Skip to main content

Outcold Solutions

Terraform

You can reference the Outcold Solutions pack in Terraform with the following data resource.

data "spectrocloud_registry" "community_registry" {
name = "Palette Registry"
}
data "spectrocloud_pack" "outcold" {
name = "outcold-monitoring"
version = "5.0.0"
type = "manifest"
registry_uid = data.spectrocloud_registry.community_registry.id
}