Skip to content

Latest commit

 

History

History
64 lines (42 loc) · 1.54 KB

baremetal_offer.md

File metadata and controls

64 lines (42 loc) · 1.54 KB
page_title subcategory description
scaleway_baremetal_offer Data Source - terraform-provider-scaleway

scaleway_baremetal_offer (Data Source)

Schema

Optional

  • include_disabled (Boolean) Include disabled offers
  • name (String) Exact name of the desired offer
  • offer_id (String) ID of the desired offer
  • subscription_period (String) Period of subscription the desired offer
  • zone (String) The zone you want to attach the resource to

Read-Only

  • bandwidth (Number) Available Bandwidth with the offer
  • commercial_range (String) Commercial range of the offer
  • cpu (List of Object) CPU specifications of the offer (see below for nested schema)
  • disk (List of Object) Disk specifications of the offer (see below for nested schema)
  • id (String) The ID of this resource.
  • memory (List of Object) Memory specifications of the offer (see below for nested schema)
  • stock (String) Stock status for this offer

Nested Schema for cpu

Read-Only:

  • core_count (Number)
  • frequency (Number)
  • name (String)
  • thread_count (Number)

Nested Schema for disk

Read-Only:

  • capacity (Number)
  • type (String)

Nested Schema for memory

Read-Only:

  • capacity (Number)
  • frequency (Number)
  • is_ecc (Boolean)
  • type (String)