Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP - HELP - terraform provider kong documentation #1148

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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)