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 |
|
hide-from-sidebar |
|
- 1.13.1
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
}