An open API service indexing awesome lists of open source software.

https://github.com/rongfengliang/myterraform-plugin

myterraform-plugin demo
https://github.com/rongfengliang/myterraform-plugin

plugin terrafom

Last synced: 3 months ago
JSON representation

myterraform-plugin demo

Awesome Lists containing this project

README

        

# terraform plugin demo

## how to build

* get source

```code
go get github.com/rongfengliang/myterraform-plugin

or in gopath directory && git clone source code

cd $GOPATH/src/github.com/

git clone https://github.com/rongfengliang/myterraform-plugin.git

```

* build

> in gopath directory

```code
go build -o terraform-provider-example
```