Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 357 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 357 Bytes

terraform plugin demo

how to build

  • get source
go get github.com/rongfengliang/myterraform-plugin

or in gopath directory && git clone source code

cd $GOPATH/src/github.com/<yourname>

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

  • build

in gopath directory

go build -o terraform-provider-example