/terraform-custom-provider

Repository to learn how to create a Terraform custom provider.

Primary LanguageJavaMIT LicenseMIT

Terraform custom provider

The goal of this repository is to show how to create a Terraform custom provider.

Description

This repository contains two main pieces of code:

  1. Server
    1. Exposes a basic API to create, tead, update or delete word resources.
    2. You can find more information about the server here
  2. Provider
    1. Custom Terraform provider that can create, read, update or delete word resources.
    2. You can find more information about the provider here

Usage

  1. Clone this repository: git clone git@github.com:julianespinel/terraform-custom-provider.git
  2. Start the server by following these instructions
  3. Use the custom Terraform provider by following these steps

Resources

You can find more information about Terraform and Terraform providers here: