| sidebar_label | title | description | hide_table_of_contents | type | category | sidebar_class_name | logoUrl | tags | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
heart-beat |
Heartbeat |
Heart Beat monitoring pack in Spectro Cloud |
true |
integration |
|
hide-from-sidebar |
|
You can reference the Heartbeat pack in Terraform with the following data resource.
data "spectrocloud_registry" "public_registry" {
name = "Public Repo"
}
data "spectrocloud_pack" "heartbeat" {
name = "heartbeat"
version = "1.0.0"
registry_uid = data.spectrocloud_registry.public_registry.id
}