diff options
Diffstat (limited to 'website')
-rw-r--r-- | website/docs/r/domain.html.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/website/docs/r/domain.html.markdown b/website/docs/r/domain.html.markdown index 98b85a39..2a0e50e8 100644 --- a/website/docs/r/domain.html.markdown +++ b/website/docs/r/domain.html.markdown @@ -93,6 +93,7 @@ You can use it in the same way as the kernel. * `cmdline` - (Optional) Arguments to the kernel +```hcl resource "libvirt_domain" "domain-suse" { name = "suse" memory = "1024" |