Skip to content
Docs

Instance Types

data nirvana_instance_type

required Expand Collapse
name: String
region: String
computed Expand Collapse
chipset: String
created_at: Time

When the Instance Type was created.

family: String
memory_gb: Int64
network_bandwidth_gbps: Float64

Network bandwidth in Gbps.

series: String
updated_at: Time

When the Instance Type was updated.

vcpu: Int64

nirvana_instance_type

data "nirvana_instance_type" "example_instance_type" {
  region = "us-sva-2"
  name = "n1-standard-8"
}

data nirvana_instance_types

optional Expand Collapse
max_items?: Int64

Max items to fetch, default: 1000

computed Expand Collapse
items: List[Attributes]

The items returned by the data source

id: String
chipset: String
created_at: Time

When the Instance Type was created.

family: String
memory_gb: Int64
name: String
network_bandwidth_gbps: Float64

Network bandwidth in Gbps.

region: String

Region the resource is in.

series: String
updated_at: Time

When the Instance Type was updated.

vcpu: Int64

nirvana_instance_types

data "nirvana_instance_types" "example_instance_types" {

}