summaryrefslogtreecommitdiff
path: root/docs/providers/libvirt
diff options
context:
space:
mode:
authorAlvaro Saurin <alvaro.saurin@gmail.com>2017-02-23 18:14:54 +0100
committerAlvaro <alvaro.saurin@gmail.com>2017-03-29 18:15:54 +0200
commit6b32459619de2b8aa837f9853f87448bd528e787 (patch)
treece9d08b23e1181c3c858afccd508d219e32d4a22 /docs/providers/libvirt
parentba9e83975c4db5af4f5e76e86103f8395d5e1939 (diff)
downloadterraform-provider-libvirt-6b32459619de2b8aa837f9853f87448bd528e787.tar
terraform-provider-libvirt-6b32459619de2b8aa837f9853f87448bd528e787.tar.gz
Docs
Diffstat (limited to 'docs/providers/libvirt')
-rw-r--r--docs/providers/libvirt/r/cloudinit.html.markdown4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/providers/libvirt/r/cloudinit.html.markdown b/docs/providers/libvirt/r/cloudinit.html.markdown
index 4658fb2c..a2bddfab 100644
--- a/docs/providers/libvirt/r/cloudinit.html.markdown
+++ b/docs/providers/libvirt/r/cloudinit.html.markdown
@@ -32,5 +32,9 @@ The following arguments are supported:
the domain.
* `ssh_authorized_key` - (Optional) A public ssh key that will be accepted by
the `root` user.
+* `user_data` - (Optional) Raw cloud-init user data. This content will
+be merged automatically with the values specified in other arguments
+(like `local_hostname`, `ssh_authorized_key`, etc), but they cannot be
+specified in both places at the same time.
Any change of the above fields will cause a new resource to be created.