diff options
Diffstat (limited to 'docs/providers')
-rw-r--r-- | docs/providers/libvirt/r/cloudinit.html.markdown | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/providers/libvirt/r/cloudinit.html.markdown b/docs/providers/libvirt/r/cloudinit.html.markdown index a2bddfab..e30cf55a 100644 --- a/docs/providers/libvirt/r/cloudinit.html.markdown +++ b/docs/providers/libvirt/r/cloudinit.html.markdown @@ -33,8 +33,8 @@ The following arguments are supported: * `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. + be merged automatically with the values specified in other arguments + (like `local_hostname`, `ssh_authorized_key`, etc). The contents of + `user_data` will take precedence over the ones defined by the other keys. Any change of the above fields will cause a new resource to be created. |