Skip to content

Commit 3470e35

Browse files
committed
docs: add hoo_script attribute to instance resource
1 parent afb4eaf commit 3470e35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/resources/instance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ output "zstack_instance" {
6969
- `expunge` (Boolean) Indicates if the instance should be expunged after deletion.
7070
- `gpu_device_specs` (Attributes) The GPU specifications for the VM instance. (see [below for nested schema](#nestedatt--gpu_device_specs))
7171
- `gpu_devices` (Attributes List) A list of GPU devices assigned to the VM instance. (see [below for nested schema](#nestedatt--gpu_devices))
72+
- `hook_script` (String) The uuid of hook script. Create Instance with custom xml Hook.
7273
- `host_uuid` (String) The UUID of the host where the VM instance is running.
7374
- `instance_offering_uuid` (String) The UUID of the instance offering used by the VM. Required if using instance offering uuid to create instances. Mutually exclusive with `cpu_num` and `memory_size`.
7475
- `marketplace` (Boolean) Indicates whether the VM instance is a marketplace instance.

0 commit comments

Comments
 (0)