Files
terraform-provider-dynamix/docs/resources/bservice.md
asteam 5382579a5f 1.2.2
2025-04-17 12:34:45 +03:00

3.3 KiB

page_title, subcategory, description
page_title subcategory description
dynamix_bservice Resource - terraform-provider-dynamix

dynamix_bservice (Resource)

Schema

Required

  • rg_id (Number)
  • service_name (String)

Optional

  • enable (Boolean)
  • permanently (Boolean)
  • restore (Boolean)
  • service_id (Number)
  • snapshots (Attributes Set) (see below for nested schema)
  • ssh_key (String)
  • ssh_user (String)
  • start (Boolean)
  • timeouts (Block, Optional) (see below for nested schema)

Read-Only

  • account_id (Number)
  • account_name (String)
  • base_domain (String)
  • computes (Attributes List) (see below for nested schema)
  • cpu_total (Number)
  • created_by (String)
  • created_time (Number)
  • deleted_by (String)
  • deleted_time (Number)
  • disk_total (Number)
  • gid (Number)
  • groups (Attributes List) (see below for nested schema)
  • guid (Number)
  • id (String) The ID of this resource.
  • milestones (Number)
  • parent_srv_id (Number)
  • parent_srv_type (String)
  • ram_total (Number)
  • rg_name (String)
  • status (String)
  • tech_status (String)
  • updated_by (String)
  • updated_time (Number)
  • user_managed (Boolean)

Nested Schema for snapshots

Required:

  • label (String)

Optional:

  • rollback (Boolean)

Read-Only:

  • guid (String)
  • timestamp (Number)
  • valid (Boolean)

Nested Schema for timeouts

Optional:

  • create (String) A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
  • delete (String) A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
  • read (String) A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
  • update (String) A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).

Nested Schema for computes

Read-Only:

  • account_id (Number)
  • architecture (String)
  • compgroup_id (Number)
  • compgroup_name (String)
  • compgroup_role (String)
  • id (Number)
  • name (String)
  • rg_id (Number)
  • stack_id (Number)
  • status (String)
  • tech_status (String)

Nested Schema for groups

Read-Only:

  • computes (Number)
  • consistency (Boolean)
  • id (Number)
  • name (String)
  • status (String)
  • tech_status (String)