summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlavio Castelli <fcastelli@suse.com>2018-01-14 14:46:36 +0100
committerFlavio Castelli <fcastelli@suse.com>2018-01-14 14:46:36 +0100
commitd4863a5da629376462a0ca431c0e84f56f1cf180 (patch)
tree1912c7aa2d1437171a1918c8803e7bb523426a01
parentc1ed2ab5631e2c4971a4e207cb9e9294693463d3 (diff)
downloadterraform-provider-libvirt-d4863a5da629376462a0ca431c0e84f56f1cf180.tar
terraform-provider-libvirt-d4863a5da629376462a0ca431c0e84f56f1cf180.tar.gz
Update README's requirement section
Add `mkisofs` to the list of requirements Signed-off-by: Flavio Castelli <fcastelli@suse.com>
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5e7141a2..d404261a 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,8 @@ servers on a [libvirt](https://libvirt.org/) host via [Terraform](https://terraf
* libvirt 1.2.14 or newer on the hypervisor
* latest [golang](https://golang.org/dl/) version
+* `mkisofs` is required to use the [CloudInit](website/docs/r/cloudinit.html.markdown)
+ feature.
[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.