stackit v0.0.4 published on Friday, Feb 20, 2026 by stackitcloud
stackit v0.0.4 published on Friday, Feb 20, 2026 by stackitcloud
STACKIT Cloud Foundry organization datasource schema. Must have a region specified in the provider configuration.
Example Usage
data "stackit_scf_organization" "example" {
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
org_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}
Using getScfOrganization
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 getScfOrganization(args: GetScfOrganizationArgs, opts?: InvokeOptions): Promise<GetScfOrganizationResult>
function getScfOrganizationOutput(args: GetScfOrganizationOutputArgs, opts?: InvokeOptions): Output<GetScfOrganizationResult>def get_scf_organization(org_id: Optional[str] = None,
project_id: Optional[str] = None,
region: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetScfOrganizationResult
def get_scf_organization_output(org_id: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[str]] = None,
region: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetScfOrganizationResult]func LookupScfOrganization(ctx *Context, args *LookupScfOrganizationArgs, opts ...InvokeOption) (*LookupScfOrganizationResult, error)
func LookupScfOrganizationOutput(ctx *Context, args *LookupScfOrganizationOutputArgs, opts ...InvokeOption) LookupScfOrganizationResultOutput> Note: This function is named LookupScfOrganization in the Go SDK.
public static class GetScfOrganization
{
public static Task<GetScfOrganizationResult> InvokeAsync(GetScfOrganizationArgs args, InvokeOptions? opts = null)
public static Output<GetScfOrganizationResult> Invoke(GetScfOrganizationInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetScfOrganizationResult> getScfOrganization(GetScfOrganizationArgs args, InvokeOptions options)
public static Output<GetScfOrganizationResult> getScfOrganization(GetScfOrganizationArgs args, InvokeOptions options)
fn::invoke:
function: stackit:index/getScfOrganization:getScfOrganization
arguments:
# arguments dictionaryThe following arguments are supported:
- org_
id str - The ID of the Cloud Foundry Organization
- project_
id str - The ID of the project associated with the organization
- region str
- The resource region. If not defined, the provider region is used
getScfOrganization Result
The following output properties are available:
- Created
At string - The time when the organization was created
- Id string
- Name string
- The name of the organization
- Org
Id string - The ID of the Cloud Foundry Organization
- Platform
Id string - The ID of the platform associated with the organization
- Project
Id string - The ID of the project associated with the organization
- Quota
Id string - The ID of the quota associated with the organization
- Region string
- The resource region. If not defined, the provider region is used
- Status string
- The status of the organization (e.g., deleting, delete_failed)
- Suspended bool
- A boolean indicating whether the organization is suspended
- Updated
At string - The time when the organization was last updated
- Created
At string - The time when the organization was created
- Id string
- Name string
- The name of the organization
- Org
Id string - The ID of the Cloud Foundry Organization
- Platform
Id string - The ID of the platform associated with the organization
- Project
Id string - The ID of the project associated with the organization
- Quota
Id string - The ID of the quota associated with the organization
- Region string
- The resource region. If not defined, the provider region is used
- Status string
- The status of the organization (e.g., deleting, delete_failed)
- Suspended bool
- A boolean indicating whether the organization is suspended
- Updated
At string - The time when the organization was last updated
- created
At String - The time when the organization was created
- id String
- name String
- The name of the organization
- org
Id String - The ID of the Cloud Foundry Organization
- platform
Id String - The ID of the platform associated with the organization
- project
Id String - The ID of the project associated with the organization
- quota
Id String - The ID of the quota associated with the organization
- region String
- The resource region. If not defined, the provider region is used
- status String
- The status of the organization (e.g., deleting, delete_failed)
- suspended Boolean
- A boolean indicating whether the organization is suspended
- updated
At String - The time when the organization was last updated
- created
At string - The time when the organization was created
- id string
- name string
- The name of the organization
- org
Id string - The ID of the Cloud Foundry Organization
- platform
Id string - The ID of the platform associated with the organization
- project
Id string - The ID of the project associated with the organization
- quota
Id string - The ID of the quota associated with the organization
- region string
- The resource region. If not defined, the provider region is used
- status string
- The status of the organization (e.g., deleting, delete_failed)
- suspended boolean
- A boolean indicating whether the organization is suspended
- updated
At string - The time when the organization was last updated
- created_
at str - The time when the organization was created
- id str
- name str
- The name of the organization
- org_
id str - The ID of the Cloud Foundry Organization
- platform_
id str - The ID of the platform associated with the organization
- project_
id str - The ID of the project associated with the organization
- quota_
id str - The ID of the quota associated with the organization
- region str
- The resource region. If not defined, the provider region is used
- status str
- The status of the organization (e.g., deleting, delete_failed)
- suspended bool
- A boolean indicating whether the organization is suspended
- updated_
at str - The time when the organization was last updated
- created
At String - The time when the organization was created
- id String
- name String
- The name of the organization
- org
Id String - The ID of the Cloud Foundry Organization
- platform
Id String - The ID of the platform associated with the organization
- project
Id String - The ID of the project associated with the organization
- quota
Id String - The ID of the quota associated with the organization
- region String
- The resource region. If not defined, the provider region is used
- status String
- The status of the organization (e.g., deleting, delete_failed)
- suspended Boolean
- A boolean indicating whether the organization is suspended
- updated
At String - The time when the organization 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
