Skip to content

Commit

Permalink
adding terraform provider kong documentation
Browse files Browse the repository at this point in the history
fixes #43
  • Loading branch information
kevholditch committed Feb 11, 2019
1 parent 65324c7 commit 7e2f7f2
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions app/_hub/kevholditch/terraform-provider-kong/index.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 7e2f7f2

Please sign in to comment.