Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 821 Bytes

File metadata and controls

29 lines (25 loc) · 821 Bytes
sidebar_label title description hide_table_of_contents type category sidebar_class_name logoUrl tags
KubeVirt
KubeVirt
Choosing KubeVirt within the Palette console
true
integration
system app
amd64
hide-from-sidebar
packs
kubevirt
system app

Terraform

You can reference the Kubevirt pack in Terraform with the following data resource.

data "spectrocloud_registry" "public_registry" {
  name = "Public Repo"
}
data "spectrocloud_pack" "kubevirt" {
  name    = "kubevirt"
  version = "0.59.0"
  type = "manifest"
  registry_uid = data.spectrocloud_registry.public_registry.id
}