Skip to content

Repository to learn how to create a Terraform custom provider.

License

Notifications You must be signed in to change notification settings

jurschel/terraform-custom-provider

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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:

About

Repository to learn how to create a Terraform custom provider.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 78.3%
  • Go 21.5%
  • HCL 0.2%