Skip to content

kong-education/edu-konnect-terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Konnect Terraform Setup

This project automates the setup of a Konnect Control plane and a docker data plane using Terraform.

Prerequisites

Before you begin, ensure you have the following installed:

  • Docker
  • Terraform

Additionally, you will need a personal access token from Konnect.

Configuration

Set up your environment variables with your Konnect credentials and the API endpoint:

  1. Personal Access Token

    export TF_VAR_KONNECT_PAT="<PAT_HERE>"
  2. Konnect API Endpoint

    export TF_VAR_KONNECT_API="<API_HERE>"
    Example:
    export TF_VAR_KONNECT_API="https://us.api.konghq.com"

Usage

To deploy your infrastructure, follow these steps:

Deployment

Run the following script to destroy the deployment:

./deploy.sh

Destroy

Run the following script to start the deployment:

./destroy.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published