1. Packages
  2. stackit
  3. API Docs
  4. getEdgecloudInstances
Viewing docs for stackit v0.0.4
published on Friday, Feb 20, 2026 by stackitcloud
stackit logo
Viewing docs for stackit v0.0.4
published on Friday, Feb 20, 2026 by stackitcloud

    Edge Cloud is in private Beta and not generally available. You can contact support if you are interested in trying it out.

    This datasource is in beta and may be subject to breaking changes in the future. Use with caution. See our guide for how to opt-in to use beta resources.

    Example Usage

    # returns all Edge Cloud instances created in the given project which are inside the provider default_region
    data "stackit_edgecloud_instances" "plan_id" {
      project_id = var.project_id
    }
    
    # returns all Edge Cloud instances created in the given project in the given region
    data "stackit_edgecloud_instances" "plan_id" {
      project_id = var.project_id
      region     = var.region
    }
    

    Using getEdgecloudInstances

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getEdgecloudInstances(args: GetEdgecloudInstancesArgs, opts?: InvokeOptions): Promise<GetEdgecloudInstancesResult>
    function getEdgecloudInstancesOutput(args: GetEdgecloudInstancesOutputArgs, opts?: InvokeOptions): Output<GetEdgecloudInstancesResult>
    def get_edgecloud_instances(project_id: Optional[str] = None,
                                region: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetEdgecloudInstancesResult
    def get_edgecloud_instances_output(project_id: Optional[pulumi.Input[str]] = None,
                                region: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetEdgecloudInstancesResult]
    func GetEdgecloudInstances(ctx *Context, args *GetEdgecloudInstancesArgs, opts ...InvokeOption) (*GetEdgecloudInstancesResult, error)
    func GetEdgecloudInstancesOutput(ctx *Context, args *GetEdgecloudInstancesOutputArgs, opts ...InvokeOption) GetEdgecloudInstancesResultOutput

    > Note: This function is named GetEdgecloudInstances in the Go SDK.

    public static class GetEdgecloudInstances 
    {
        public static Task<GetEdgecloudInstancesResult> InvokeAsync(GetEdgecloudInstancesArgs args, InvokeOptions? opts = null)
        public static Output<GetEdgecloudInstancesResult> Invoke(GetEdgecloudInstancesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetEdgecloudInstancesResult> getEdgecloudInstances(GetEdgecloudInstancesArgs args, InvokeOptions options)
    public static Output<GetEdgecloudInstancesResult> getEdgecloudInstances(GetEdgecloudInstancesArgs args, InvokeOptions options)
    
    fn::invoke:
      function: stackit:index/getEdgecloudInstances:getEdgecloudInstances
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ProjectId string
    STACKIT project ID to which the Edge Cloud instances are associated.
    Region string
    The resource region. If not defined, the provider region is used.
    ProjectId string
    STACKIT project ID to which the Edge Cloud instances are associated.
    Region string
    The resource region. If not defined, the provider region is used.
    projectId String
    STACKIT project ID to which the Edge Cloud instances are associated.
    region String
    The resource region. If not defined, the provider region is used.
    projectId string
    STACKIT project ID to which the Edge Cloud instances are associated.
    region string
    The resource region. If not defined, the provider region is used.
    project_id str
    STACKIT project ID to which the Edge Cloud instances are associated.
    region str
    The resource region. If not defined, the provider region is used.
    projectId String
    STACKIT project ID to which the Edge Cloud instances are associated.
    region String
    The resource region. If not defined, the provider region is used.

    getEdgecloudInstances Result

    The following output properties are available:

    Id string
    Instances List<GetEdgecloudInstancesInstance>
    A list of Edge Cloud instances.
    ProjectId string
    STACKIT project ID to which the Edge Cloud instances are associated.
    Region string
    The resource region. If not defined, the provider region is used.
    Id string
    Instances []GetEdgecloudInstancesInstance
    A list of Edge Cloud instances.
    ProjectId string
    STACKIT project ID to which the Edge Cloud instances are associated.
    Region string
    The resource region. If not defined, the provider region is used.
    id String
    instances List<GetEdgecloudInstancesInstance>
    A list of Edge Cloud instances.
    projectId String
    STACKIT project ID to which the Edge Cloud instances are associated.
    region String
    The resource region. If not defined, the provider region is used.
    id string
    instances GetEdgecloudInstancesInstance[]
    A list of Edge Cloud instances.
    projectId string
    STACKIT project ID to which the Edge Cloud instances are associated.
    region string
    The resource region. If not defined, the provider region is used.
    id str
    instances Sequence[GetEdgecloudInstancesInstance]
    A list of Edge Cloud instances.
    project_id str
    STACKIT project ID to which the Edge Cloud instances are associated.
    region str
    The resource region. If not defined, the provider region is used.
    id String
    instances List<Property Map>
    A list of Edge Cloud instances.
    projectId String
    STACKIT project ID to which the Edge Cloud instances are associated.
    region String
    The resource region. If not defined, the provider region is used.

    Supporting Types

    GetEdgecloudInstancesInstance

    Created string
    The date and time the instance was created.
    Description string
    Description of the instance.
    DisplayName string
    The display name of the instance.
    FrontendUrl string
    Frontend URL for the Edge Cloud instance.
    InstanceId string
    The ID of the instance.
    PlanId string
    The plan ID for the instance.
    Region string
    The region where the instance is located.
    Status string
    The status of the instance.
    Created string
    The date and time the instance was created.
    Description string
    Description of the instance.
    DisplayName string
    The display name of the instance.
    FrontendUrl string
    Frontend URL for the Edge Cloud instance.
    InstanceId string
    The ID of the instance.
    PlanId string
    The plan ID for the instance.
    Region string
    The region where the instance is located.
    Status string
    The status of the instance.
    created String
    The date and time the instance was created.
    description String
    Description of the instance.
    displayName String
    The display name of the instance.
    frontendUrl String
    Frontend URL for the Edge Cloud instance.
    instanceId String
    The ID of the instance.
    planId String
    The plan ID for the instance.
    region String
    The region where the instance is located.
    status String
    The status of the instance.
    created string
    The date and time the instance was created.
    description string
    Description of the instance.
    displayName string
    The display name of the instance.
    frontendUrl string
    Frontend URL for the Edge Cloud instance.
    instanceId string
    The ID of the instance.
    planId string
    The plan ID for the instance.
    region string
    The region where the instance is located.
    status string
    The status of the instance.
    created str
    The date and time the instance was created.
    description str
    Description of the instance.
    display_name str
    The display name of the instance.
    frontend_url str
    Frontend URL for the Edge Cloud instance.
    instance_id str
    The ID of the instance.
    plan_id str
    The plan ID for the instance.
    region str
    The region where the instance is located.
    status str
    The status of the instance.
    created String
    The date and time the instance was created.
    description String
    Description of the instance.
    displayName String
    The display name of the instance.
    frontendUrl String
    Frontend URL for the Edge Cloud instance.
    instanceId String
    The ID of the instance.
    planId String
    The plan ID for the instance.
    region String
    The region where the instance is located.
    status String
    The status of the instance.

    Package Details

    Repository
    stackit stackitcloud/pulumi-stackit
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the stackit Terraform Provider.
    stackit logo
    Viewing docs for stackit v0.0.4
    published on Friday, Feb 20, 2026 by stackitcloud
      Try Pulumi Cloud free. Your team will thank you.