Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 848 Bytes

File metadata and controls

45 lines (32 loc) · 848 Bytes
sidebar_label title description hide_table_of_contents type category sidebar_class_name tags
Falco
Falco
Integration of the Falco add on into Spectro Cloud
true
integration
security
amd64
hide-from-sidebar
packs
falco
security

Versions Supported

  • 1.13.1

Terraform

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

data "spectrocloud_registry" "palette_registry" {
  name = "Palette Registry"
}

data "spectrocloud_pack" "external-dns" {
  name         = "falco"
  version      = "2.0.18"
  registry_uid = data.spectrocloud_registry.palette_registry.id
}