You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform-provider-decort/docs/data-sources/disk.md

1.5 KiB

page_title subcategory description
decort_disk Data Source - terraform-provider-decort

decort_disk (Data Source)

Schema

Optional

  • account_id (Number) ID of the account this disk belongs to. If disk ID is specified, then account ID is ignored.
  • disk_id (Number) ID of the disk to get. If disk ID is specified, then disk name and account ID are ignored.
  • id (String) The ID of this resource.
  • name (String) Name of this disk. NOTE: disk names are NOT unique within an account. If disk ID is specified, disk name is ignored.
  • timeouts (Block, Optional) (see below for nested schema)

Read-Only

  • account_name (String) Name of the account this disk belongs to. If account ID is specified, account name is ignored.
  • description (String) User-defined text description of this disk.
  • image_id (Number) ID of the image, which this disk was cloned from (valid for disk clones only).
  • pool (String) Pool where this disk is located.
  • sep_id (Number) Storage end-point provider serving this disk.
  • sep_type (String) Type of the storage end-point provider serving this disk.
  • size (Number) Size of the disk in GB.
  • type (String) Type of this disk. E.g. D for data disks, B for boot.

Nested Schema for timeouts

Optional:

  • default (String)
  • read (String)