Hello Universe
info
The three-tier application configuration is only supported by version 1.1.2 of the pack.
Terraform
You can reference the Hello Universe pack in Terraform with the following data resource.
data "spectrocloud_registry" "community_registry" {
  name = "Palette Registry"
}
data "spectrocloud_pack" "hellouniverse" {
  name         = "hello-universe"
  version      = "1.1.2"
  registry_uid = data.spectrocloud_registry.community_registry.id
}