summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDuncan Mac-Vicar P <dmacvicar@gmail.com>2016-10-22 23:53:54 +0200
committerGitHub <noreply@github.com>2016-10-22 23:53:54 +0200
commit0bcf06403bf308187fb0a2f38294ab341f29200d (patch)
tree2620b5ccf27b9cc9aa5c4b70bc08abebc6297460 /docs
parent2d046f9305e73760cbb2965ec08306921a50ad15 (diff)
parent1d353d6c3eb9f99f3a5ffd2cfb14f494c51e5d72 (diff)
downloadterraform-provider-libvirt-0bcf06403bf308187fb0a2f38294ab341f29200d.tar
terraform-provider-libvirt-0bcf06403bf308187fb0a2f38294ab341f29200d.tar.gz
Merge pull request #78 from moio/patch-2
Documentation: fix example qemu URI
Diffstat (limited to 'docs')
-rw-r--r--docs/providers/libvirt/index.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/providers/libvirt/index.html.markdown b/docs/providers/libvirt/index.html.markdown
index 66392bcd..e3118d4c 100644
--- a/docs/providers/libvirt/index.html.markdown
+++ b/docs/providers/libvirt/index.html.markdown
@@ -19,7 +19,7 @@ While libvirt can be used with several types of hypervisors, this provider focus
```
# Configure the Libvirt provider
provider "libvirt" {
- uri = "qemu://system"
+ uri = "qemu:///system"
}
# Create a new domain