Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 814 Bytes

File metadata and controls

29 lines (24 loc) · 814 Bytes
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
monitoring
amd64
hide-from-sidebar
packs
heart-beat
monitoring

Terraform

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
}