summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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: