From f34837079659e5755135a72b6896efc7b96b293e Mon Sep 17 00:00:00 2001 From: Jason Hollis <400979+CodeBleu@users.noreply.github.com> Date: Tue, 10 Dec 2024 14:03:48 -0500 Subject: [PATCH] Update instance doc - added `details` description --- website/docs/r/instance.html.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/docs/r/instance.html.markdown b/website/docs/r/instance.html.markdown index d4d61872..007a27a8 100644 --- a/website/docs/r/instance.html.markdown +++ b/website/docs/r/instance.html.markdown @@ -26,6 +26,16 @@ resource "cloudstack_instance" "web" { ## Argument Reference The following arguments are supported: +* `details` - (Optional) The details of the instance using Key: Value pairs +```hcl +details = { + cpuNumber: 2, + cpuSpeed: 2000, + memory: 4096, + minIops: 1000, + maxIops: 2000 +} +``` * `name` - (Required) The name of the instance.