summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDario Maiocchi <MalloZup@users.noreply.github.com>2016-10-11 15:58:54 +0200
committerGitHub <noreply@github.com>2016-10-11 15:58:54 +0200
commit384c8b8ef4b18c3da7e6dd10fbfddf2fae79180e (patch)
treeea64ab49730413d62dd189bfa1e711b9334d9548 /README.md
parent89e78f356db8ef86ffa4ec42d5fcb38c14555b32 (diff)
downloadterraform-provider-libvirt-384c8b8ef4b18c3da7e6dd10fbfddf2fae79180e.tar
terraform-provider-libvirt-384c8b8ef4b18c3da7e6dd10fbfddf2fae79180e.tar.gz
add the rpm package to README.md
the rpm package i added work fine, tested
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1710dae9..145f88f4 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,17 @@ In the future, I may try to support older libvirt versions if I find a way to el
[Copied from the Terraform documentation](https://www.terraform.io/docs/plugins/basics.html):
> To install a plugin, put the binary somewhere on your filesystem, then configure Terraform to be able to find it. The configuration where plugins are defined is ~/.terraformrc for Unix-like systems and %APPDATA%/terraform.rc for Windows.
+If you are using opensuse/SUSE distro, add the repo and download the package :
+
+```console
+zypper addrepo http://download.opensuse.org/repositories/Virtualization:containers/openSUSE_Leap_42.1/Virtualization:containers.repo
+zypper refresh
+zypper install terraform-provider-libvirt
+
+```
+
+
+
The binary should be renamed to terraform-provider-libvirt
You should update your .terraformrc and refer to the binary: