stackit v0.0.4 published on Friday, Feb 20, 2026 by stackitcloud
stackit v0.0.4 published on Friday, Feb 20, 2026 by stackitcloud
Project details. Must have a region specified in the provider configuration.
Example Usage
data "stackit_iaas_project" "example" {
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}
Using getIaasProject
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 getIaasProject(args: GetIaasProjectArgs, opts?: InvokeOptions): Promise<GetIaasProjectResult>
function getIaasProjectOutput(args: GetIaasProjectOutputArgs, opts?: InvokeOptions): Output<GetIaasProjectResult>def get_iaas_project(project_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIaasProjectResult
def get_iaas_project_output(project_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIaasProjectResult]func GetIaasProject(ctx *Context, args *GetIaasProjectArgs, opts ...InvokeOption) (*GetIaasProjectResult, error)
func GetIaasProjectOutput(ctx *Context, args *GetIaasProjectOutputArgs, opts ...InvokeOption) GetIaasProjectResultOutput> Note: This function is named GetIaasProject in the Go SDK.
public static class GetIaasProject
{
public static Task<GetIaasProjectResult> InvokeAsync(GetIaasProjectArgs args, InvokeOptions? opts = null)
public static Output<GetIaasProjectResult> Invoke(GetIaasProjectInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetIaasProjectResult> getIaasProject(GetIaasProjectArgs args, InvokeOptions options)
public static Output<GetIaasProjectResult> getIaasProject(GetIaasProjectArgs args, InvokeOptions options)
fn::invoke:
function: stackit:index/getIaasProject:getIaasProject
arguments:
# arguments dictionaryThe following arguments are supported:
- Project
Id string - STACKIT project ID.
- Project
Id string - STACKIT project ID.
- project
Id String - STACKIT project ID.
- project
Id string - STACKIT project ID.
- project_
id str - STACKIT project ID.
- project
Id String - STACKIT project ID.
getIaasProject Result
The following output properties are available:
- Area
Id string - The area ID to which the project belongs to.
- Created
At string - Date-time when the project was created.
- Id string
- Internet
Access bool - Specifies if the project has internet_access
- Project
Id string - STACKIT project ID.
- State string
- Specifies the status of the project.
- Status string
- Specifies the status of the project.
- Updated
At string - Date-time when the project was last updated.
- Area
Id string - The area ID to which the project belongs to.
- Created
At string - Date-time when the project was created.
- Id string
- Internet
Access bool - Specifies if the project has internet_access
- Project
Id string - STACKIT project ID.
- State string
- Specifies the status of the project.
- Status string
- Specifies the status of the project.
- Updated
At string - Date-time when the project was last updated.
- area
Id String - The area ID to which the project belongs to.
- created
At String - Date-time when the project was created.
- id String
- internet
Access Boolean - Specifies if the project has internet_access
- project
Id String - STACKIT project ID.
- state String
- Specifies the status of the project.
- status String
- Specifies the status of the project.
- updated
At String - Date-time when the project was last updated.
- area
Id string - The area ID to which the project belongs to.
- created
At string - Date-time when the project was created.
- id string
- internet
Access boolean - Specifies if the project has internet_access
- project
Id string - STACKIT project ID.
- state string
- Specifies the status of the project.
- status string
- Specifies the status of the project.
- updated
At string - Date-time when the project was last updated.
- area_
id str - The area ID to which the project belongs to.
- created_
at str - Date-time when the project was created.
- id str
- internet_
access bool - Specifies if the project has internet_access
- project_
id str - STACKIT project ID.
- state str
- Specifies the status of the project.
- status str
- Specifies the status of the project.
- updated_
at str - Date-time when the project was last updated.
- area
Id String - The area ID to which the project belongs to.
- created
At String - Date-time when the project was created.
- id String
- internet
Access Boolean - Specifies if the project has internet_access
- project
Id String - STACKIT project ID.
- state String
- Specifies the status of the project.
- status String
- Specifies the status of the project.
- updated
At String - Date-time when the project was last updated.
Package Details
- Repository
- stackit stackitcloud/pulumi-stackit
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
stackitTerraform Provider.
stackit v0.0.4 published on Friday, Feb 20, 2026 by stackitcloud
