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
- Host: GitHub
- URL: https://github.com/rongfengliang/myterraform-plugin
- Owner: rongfengliang
- Created: 2019-03-25T02:47:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-25T04:42:32.000Z (about 6 years ago)
- Last Synced: 2025-02-23T13:59:06.327Z (3 months ago)
- Topics: plugin, terrafom
- Language: Go
- Size: 5 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# terraform plugin demo
## how to build
* get source
```code
go get github.com/rongfengliang/myterraform-pluginor 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
```