-`account_id` (Number) Unique ID of the account, which this resource group belongs to.
-`gid` (Number) Unique ID of the grid, where this resource group is deployed.
-`rg_name` (String) Name of this resource group. Names are case sensitive and unique within the context of a account.
### Optional
-`access` (Block Set) (see [below for nested schema](#nestedblock--access))
-`compute_features` (Set of String)
-`cpu_allocation_parameter` (String) set cpu allocation parameter
-`cpu_allocation_ratio` (Number) set cpu allocation ratio
-`def_net` (Block Set, Max: 1) (see [below for nested schema](#nestedblock--def_net))
-`def_net_type` (String) Type of the network, which this resource group will use as default for its computes - PRIVATE or PUBLIC or NONE.
-`description` (String) User-defined text description of this resource group.
-`enable` (Boolean) enable/disable rg
-`ext_ip` (String) IP address on the external netowrk to request when def_net_type=PRIVATE and ext_net_id is not 0
-`ext_net_id` (Number) ID of the external network for default ViNS. Pass 0 if def_net_type=PUBLIC or no external connection required for the defult ViNS when def_net_type=PRIVATE
-`force` (Boolean) flag to force deleting resource group
-`ipcidr` (String) Address of the netowrk inside the private network segment (aka ViNS) if def_net_type=PRIVATE
-`owner` (String) username - owner of this RG. Leave blank to set current user as owner
-`permanently` (Boolean) flag to permanently delete resource group
-`resource_limits` (Block List, Max: 1) (see [below for nested schema](#nestedblock--resource_limits))
-`vins` (List of Number) List of VINs deployed in this resource group.
-`vms` (List of Number) List of VM ids in this resource group.
<aid="nestedblock--access"></a>
### Nested Schema for `access`
Required:
-`right` (String) Access rights to set, one of 'R', 'RCX' or 'ARCXDU'
-`user` (String) User or group name to grant access
<aid="nestedblock--def_net"></a>
### Nested Schema for `def_net`
Required:
-`net_type` (String) Network type to set. Must be on of 'PRIVATE' or 'PUBLIC'.
Optional:
-`net_id` (Number) Network segment ID. If netType is PUBLIC and netId is 0 then default external network segment will be selected. If netType is PRIVATE and netId=0, the first ViNS defined for this RG will be selected. Otherwise, netId identifies either existing external network segment or ViNS.