Skip to main content

kube-bench

Terraform

You can reference the Kube-bench pack in Terraform with the following data resource.

data "spectrocloud_registry" "public_registry" {
name = "Public Repo"
}

data "spectrocloud_pack" "kubebench" {
name = "kubebench"
version = "1.16.7"
registry_uid = data.spectrocloud_registry.public_registry.id
}