diff options
author | Flavio Castelli <fcastelli@suse.com> | 2018-01-14 14:46:36 +0100 |
---|---|---|
committer | Flavio Castelli <fcastelli@suse.com> | 2018-01-14 14:46:36 +0100 |
commit | d4863a5da629376462a0ca431c0e84f56f1cf180 (patch) | |
tree | 1912c7aa2d1437171a1918c8803e7bb523426a01 | |
parent | c1ed2ab5631e2c4971a4e207cb9e9294693463d3 (diff) | |
download | terraform-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.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |