diff options
author | Flavio Castelli <fcastelli@suse.com> | 2016-06-27 17:13:26 +0200 |
---|---|---|
committer | Flavio Castelli <fcastelli@suse.com> | 2016-06-27 17:13:26 +0200 |
commit | c5ab19a8135306d23b6ad3ad11d21f6c9557584d (patch) | |
tree | 03e1c74d5641fb221c2fd4d3409c1d65a2cc7eb2 /docs | |
parent | 754ea321b4438c663eea939098d28e0b256c6bda (diff) | |
download | terraform-provider-libvirt-c5ab19a8135306d23b6ad3ad11d21f6c9557584d.tar terraform-provider-libvirt-c5ab19a8135306d23b6ad3ad11d21f6c9557584d.tar.gz |
Rename cloud_init to cloudinit
I like it more ;)
Signed-off-by: Flavio Castelli <fcastelli@suse.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/providers/libvirt/r/domain.html.markdown | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/providers/libvirt/r/domain.html.markdown b/docs/providers/libvirt/r/domain.html.markdown index 08c15ea9..660002e1 100644 --- a/docs/providers/libvirt/r/domain.html.markdown +++ b/docs/providers/libvirt/r/domain.html.markdown @@ -35,6 +35,10 @@ The following arguments are supported: added to the final domain inside of the [metadata tag](https://libvirt.org/formatdomain.html#elementsMetadata). This can be used to integrate terraform into other tools by inspecting the the contents of the `terraform.tf` file. +* `cloudinit` - (Optional) The `libvirt_cloudinit` disk that has to be used by + the domain. This is going to be attached as a CDROM ISO. Changing the + cloud-init won't cause the domain to be recreated, however the change will + have effect on the next reboot. The `disk` block supports: |