-
Notifications
You must be signed in to change notification settings - Fork 607
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
terraform provider kong documentation
- adds terraform provider kong to hub fixes #43
- Loading branch information
1 parent
65324c7
commit 5813871
Showing
2 changed files
with
70 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- | ||
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) | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.