From 9f1ed1a812d9471f8ae2c2cb1f4ae1a1afa39255 Mon Sep 17 00:00:00 2001 From: Duncan Mac-Vicar P Date: Sun, 28 Feb 2016 11:56:22 +0100 Subject: implement memory and number of cpus --- docs/providers/libvirt/r/domain.html.markdown | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'docs/providers/libvirt') diff --git a/docs/providers/libvirt/r/domain.html.markdown b/docs/providers/libvirt/r/domain.html.markdown index 8abdf520..e9f2ab55 100644 --- a/docs/providers/libvirt/r/domain.html.markdown +++ b/docs/providers/libvirt/r/domain.html.markdown @@ -24,4 +24,9 @@ resource "libvirt_domain" "default" { The following arguments are supported: * `name` - (Required) A unique name for the resource, required by libvirt. - Changing this forces a new resource to be created. + Changing this forces a new resource to be created. +* `memory` - (Optional) The amount of memory in MiB. If not specified the domain will be + created with 512 MiB of memory + be used. +* `vcpu` - (Optional) The amount of virtual CPUs. If not specified, a single CPU will be created. + -- cgit v1.2.3