diff --git a/app/_assets/images/icons/hub/kevholditch_terraform-provider-kong.png b/app/_assets/images/icons/hub/kevholditch_terraform-provider-kong.png new file mode 100644 index 000000000000..255bcbed045a Binary files /dev/null and b/app/_assets/images/icons/hub/kevholditch_terraform-provider-kong.png differ diff --git a/app/_hub/kevholditch/terraform-provider-kong/index.md b/app/_hub/kevholditch/terraform-provider-kong/index.md new file mode 100644 index 000000000000..9ab7a61fc607 --- /dev/null +++ b/app/_hub/kevholditch/terraform-provider-kong/index.md @@ -0,0 +1,48 @@ +--- +name: Kong Terraform Provider +publisher: Kevin Holditch + +categories: + - deployment + +type: integration + +desc: Terraform provider to allow you to configure Kong using Terraform + +description: | + This is a terraform provider for Kong to allow you to configure Kong using Terraform. Usage is covered by MIT license. + +support_url: https://github.com/kevholditch/terraform-provider-kong/issues + +source_url: https://github.com/kevholditch/terraform-provider-kong/ + +license_type: MIT + +license_url: https://github.com/kevholditch/terraform-provider-kong/blob/master/LICENSE.md + +kong_version_compatibility: + community_edition: + compatible: + - 1.x.x + - 0.14.x + - 0.13.x + + +############################################################################### +# END YAML DATA +# Beneath the next --- use Markdown (redcarpet flavor) and HTML formatting only. +# +# The remainder of this file is for free-form description, instruction, and +# reference matter. +# Your headers must be Level 3 or 4 (parsing to h3 or h4 tags in HTML). +# This is represented by ### or #### notation preceding the header text. +############################################################################### +# BEGIN MARKDOWN CONTENT +--- + +### Documentation + +To use this provider download the binary for your [target platform](https://github.com/kevholditch/terraform-provider-kong/releases) + to your [plugins folder](https://www.terraform.io/docs/plugins/basics.html) + +For more information on how to use the provider see the [readme](https://github.com/kevholditch/terraform-provider-kong)