Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 930 Bytes

hello-universe.md

File metadata and controls

32 lines (26 loc) · 930 Bytes
sidebar_label title description hide_table_of_contents type category sidebar_class_name logoUrl tags
Hello Universe
Hello Universe
Learn about the Hello Universe pack and how you can use it within your Kubernetes clusters.
true
integration
app services
amd64
hide-from-sidebar
packs
hello-universe
app-services

:::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
}