File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ Follow the instructions for your distribution:
60
60
61
61
### Requirements
62
62
63
- - [ Terraform] ( https://www.terraform.io/downloads.html ) 0.11.x
63
+ - [ Terraform] ( https://www.terraform.io/downloads.html )
64
64
- [ Go] ( https://golang.org/doc/install ) (to build the provider plugin)
65
- - [ libvirt] ( https://libvirt.org/downloads.html ) 1.2.14 or newer development headers
66
- - ` cgo ` is required by the [ libvirt-go] ( https://github.com/libvirt/libvirt-go ) package. ` export CGO_ENABLED="1" `
65
+ - [ libvirt] ( https://libvirt.org/downloads.html ) 1.2.14 or newer development headers
66
+ - ` cgo ` is required by the [ libvirt-go] ( https://github.com/libvirt/libvirt-go ) package. ` export CGO_ENABLED="1" `
67
67
68
68
69
69
This project uses [ go modules] ( https://github.com/golang/go/wiki/Modules ) to vendor all its
@@ -76,7 +76,7 @@ takes advantage of features available only inside of the latest stable release.
76
76
77
77
You need also need libvirt-dev(el) package installed.
78
78
79
- ###Building The Provider
79
+ ### Building The Provider
80
80
81
81
Clone repository to: ` $GOPATH/src/github.com/dmacvicar/terraform-provider-libvirt `
82
82
You can’t perform that action at this time.
0 commit comments