Citrix IPAM
Terraform
You can reference the Citrix ADC pack in Terraform with the following data resource.
data "spectrocloud_registry" "public_registry" {
  name = "Public Repo"
}
data "spectrocloud_pack" "citrix" {
  name    = "lb-citrix-adc"
  version = "1.7.6"
  type = "manifest"
  registry_uid = data.spectrocloud_registry.public_registry.id
}