This repository contains a BETA Terraform provider for Kong Mesh.
The provider can be installed from the Terraform registry.
# Configure the provider to use your Kong Konnect account
terraform {
required_providers {
kong-mesh = {
source = "kong/kong-mesh"
}
}
}
provider "kong-mesh" {
}