diff options
author | Duncan Mac-Vicar P <dmacvicar@suse.de> | 2016-05-22 01:16:49 +0200 |
---|---|---|
committer | Duncan Mac-Vicar P <dmacvicar@suse.de> | 2016-05-22 01:16:49 +0200 |
commit | c1ee126e821b1a13aca72e3380f3873f3bc1d9a0 (patch) | |
tree | e3462df027282097dd80d16beff4daa3f07b2b74 /docs/providers | |
parent | 751af6b6bb99a5e805e2fe5753359812983a06ae (diff) | |
parent | 9edf9cbfd7013b6d7ffed798bed31fda6a84bbc8 (diff) | |
download | terraform-provider-libvirt-c1ee126e821b1a13aca72e3380f3873f3bc1d9a0.tar terraform-provider-libvirt-c1ee126e821b1a13aca72e3380f3873f3bc1d9a0.tar.gz |
Adds the ip address to the schema and enable the connect/ssh for provisioners.
Closes #18.
Merge branch 'connect_ip_address'
Diffstat (limited to 'docs/providers')
-rw-r--r-- | docs/providers/libvirt/r/domain.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/providers/libvirt/r/domain.html.markdown b/docs/providers/libvirt/r/domain.html.markdown index 36c5216e..22da6dda 100644 --- a/docs/providers/libvirt/r/domain.html.markdown +++ b/docs/providers/libvirt/r/domain.html.markdown @@ -61,4 +61,4 @@ The `network_interface` block supports: * `mac` - (Optional) The specific MAC address to use for this interface. * `network` - (Optional) The network to attach this interface to. - +* `wait_for_lease`- (Optional) When creating the domain resource, wait until the network interface gets a DHCP lease from libvirt, so that the computed ip addresses will be available when the domain is up and the plan applied. |