Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 524 Bytes

File metadata and controls

30 lines (20 loc) · 524 Bytes

Terraform provider for Kong

Uses Terraform to configure APIs in Kong. It fully supports creating APIs and consumers, but plugins and credentials are not complete (most plugins will work though).

go build -o tests/terraform-provider-kong

Compile and terraform plan / apply

Start kong

docker-compose up -d

Run plan

./start plan

Run apply

./start apply

Example usage

Please refer to terraform/tests