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 |
|
hide-from-sidebar |
|
:::info
The three-tier application configuration is only supported by version 1.1.2 of the pack.
:::
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
}