terraform-provider-kong

Provider

provider "kong" {
  admin_api_url = "http://localhost:8001"
  rbac_token    = "foobar"
}

Resources

GitHub