terraform-provider-kong icon indicating copy to clipboard operation
terraform-provider-kong copied to clipboard

kong provider for terraform

Results 15 terraform-provider-kong issues
Sort by recently updated
recently updated
newest added

# Changelog * Update `readme.md` with provider supported versions for Kong v1 # Notes * Provider version `6.1.1` is the latest version that worked for me to create routes in...

Kong is supporting Service-less routes and service_id parameter is optional as described in: https://docs.konghq.com/gateway/latest/admin-api/#route-object https://docs.konghq.com/hub/kong-inc/kafka-upstream/#enable-on-a-service-less-route

_For general usage questions, please see: https://www.terraform.io/community.html._ I looked in the Terraform community forums but it doesn't appear that the Kong provider is discussed there. So apologies for posing a...

It would be really nice if this provider supports getting resources as [data sources](https://www.terraform.io/docs/configuration/data-sources.html). That way we can "import" resources defined by other modules / projects.

As some tests are using the same names for resources subsequent tests are sometimes failing. See example test output: ``` Error: failed to create kong service: &{ 0x140001ef9c0 0x14000822b50 0x14000822900...

Bug Kong_plugin When removing a config_json from the resource terraform plan does not show any changes. Before: `resource "kong_plugin" "tokenhelper_salesforce" { name = "tokenhelper" route_id = "${kong_route.salesforce.id}" config_json =

I'm using Kong with a Grafana Dashboard. The dashboard shows information exported in Prometheus Export format. I would love to see the status code of every route (endpoint) of a...

Hello. I'm facing this problem with `5.0.0` with Kong Enterprise 0.34 Terraform apply output: ``` Terraform will perform the following actions: # kong_route.route1 will be updated in-place ~ resource "kong_route"...

### Terraform Version Terraform v0.11.13 + provider.aws v2.6.0 + provider.kong v1.9.2 Not on 4.5.0 due to older version of Kong (0.10.2) ### Affected Resource(s) API Resource. ### Terraform Configuration Files...

This is a great contribution to the Kong community - thanks! I invite you to add this to Kong Hub https://docs.konghq.com/hub/ - see https://github.com/Kong/docs.konghq.com/blob/master/CONTRIBUTING.md#contributing-to-kong-documentation-and-the-kong-hub for details. Once added, it'd be...