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/resgroup.md

1.5 KiB

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

decort_resgroup (Data Source)

Schema

Required

  • account_id (Number) Unique ID of the account, which this resource group belongs to.

Optional

  • id (String) The ID of this resource.
  • name (String) Name of the resource group. Names are case sensitive and unique within the context of an account.
  • rg_id (Number) Unique ID of the resource group. If this ID is specified, then resource group name is ignored.
  • timeouts (Block, Optional) (see below for nested schema)

Read-Only

  • account_name (String) Name of the account, which this resource group belongs to.
  • def_net_id (Number) ID of the default network for this resource group (if any).
  • def_net_type (String) Type of the default network for this resource group.
  • description (String) User-defined text description of this resource group.
  • quota (List of Object) Quota settings for this resource group. (see below for nested schema)

Nested Schema for timeouts

Optional:

  • default (String)
  • read (String)

Nested Schema for quota

Read-Only:

  • cpu (Number)
  • disk (Number)
  • ext_ips (Number)
  • ext_traffic (Number)
  • gpu_units (Number)
  • ram (Number)