Skip to content

sithusan/custom-terraform-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#create module for terraform go package go mod init gopath/src/github.com/hashicorp/terraform

#download and install terraform package and dependencices

go get github.com/hashicorp/terraform/helper/schema go get github.com/hashicorp/terraform/plugin go get github.com/hashicorp/terraform/terraform

#build plugin using go toolchain go build -o terraform-provider-example

The output name (-o) is very important. Terraform searches for plugins in the format of: terraform--

About

Terraform Custom Plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published