summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSilvio Moioli <smoioli@suse.de>2016-06-27 14:01:30 +0200
committerSilvio Moioli <smoioli@suse.de>2016-06-27 14:01:30 +0200
commit04ed71403c4b854f9463a41fbd7b1f273c584690 (patch)
treea68b9dc31ff0b428811dba24c79f75d74e82b68f /README.md
parent2c159cd7b486b4955dc9953344712f66b40f8ef0 (diff)
downloadterraform-provider-libvirt-04ed71403c4b854f9463a41fbd7b1f273c584690.tar
terraform-provider-libvirt-04ed71403c4b854f9463a41fbd7b1f273c584690.tar.gz
Build against released terraform 0.6.16 instead of master
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 91fd3c16..936ce62b 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,13 @@ $ terraform destroy
2. [Set up Gopath](https://golang.org/doc/code.html)
3. `git clone` this repository into `$GOPATH/src/github.com/dmacvicar/terraform-provider-libvirt`
4. Run `go get` to get dependencies
-5. Run `go install` to build the binary. You will now find the
+5. Switch the terraform project back to the stable version, otherwise you will get a `Incompatible API version with plugin. Plugin version: 1, Ours: 2` error at runtime:
+```
+cd $GOPATH/src/github.com/hashicorp/terraform
+git checkout v0.6.16
+cd $GOPATH/src/github.com/dmacvicar/terraform-provider-libvirt
+```
+6. Run `go install` to build the binary. You will now find the
binary at `$GOPATH/bin/terraform-provider-libvirt`.
## Running