Skip to content
Docs

    Regions

    data nirvana_region

    required Expand Collapse
    name: String
    computed Expand Collapse
    availability: String

    Availability status of the region.

    compute: Attributes

    Compute products available in this region.

    vms: Bool

    VMs indicates if Virtual Machines are available.

    networking: Attributes

    Networking products available in this region.

    connect: Bool

    Connect indicates if Nirvana Connect is available.

    vpcs: Bool

    VPCs indicates if Virtual Private Clouds are available.

    nks: Attributes

    NKS products available in this region.

    autoscaling: Bool

    Autoscaling indicates if NKS node pool autoscaling is available.

    clusters: Bool

    Clusters indicates if NKS managed Kubernetes clusters are available.

    storage: Attributes

    Storage products available in this region.

    abs: Bool

    ABS indicates if Accelerated Block Storage is available.

    local_nvme: Bool

    LocalNVMe indicates if locally-attached NVMe storage is available.

    nirvana_region

    data "nirvana_region" "example_region" {
      name = "us-sva-2"
    }
    

    data nirvana_regions

    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

    Name of the region.

    availability: String

    Availability status of the region.

    compute: Attributes

    Compute products available in this region.

    vms: Bool

    VMs indicates if Virtual Machines are available.

    name: String

    Name of the region.

    networking: Attributes

    Networking products available in this region.

    connect: Bool

    Connect indicates if Nirvana Connect is available.

    vpcs: Bool

    VPCs indicates if Virtual Private Clouds are available.

    nks: Attributes

    NKS products available in this region.

    autoscaling: Bool

    Autoscaling indicates if NKS node pool autoscaling is available.

    clusters: Bool

    Clusters indicates if NKS managed Kubernetes clusters are available.

    storage: Attributes

    Storage products available in this region.

    abs: Bool

    ABS indicates if Accelerated Block Storage is available.

    local_nvme: Bool

    LocalNVMe indicates if locally-attached NVMe storage is available.

    nirvana_regions

    data "nirvana_regions" "example_regions" {
    
    }