Skip to main content

Kong

Terraform

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

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

data "spectrocloud_pack" "kong" {
name = "kong"
version = "2.38.0"
registry_uid = data.spectrocloud_registry.public_registry.id
}