1. Packages
  2. stackit
  3. API Docs
  4. ScfOrganization
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

    STACKIT Cloud Foundry organization resource schema. Must have a region specified in the provider configuration.

    Example Usage

    resource "stackit_scf_organization" "example" {
      project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
      name       = "example"
    }
    
    resource "stackit_scf_organization" "example" {
      project_id  = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
      name        = "example"
      platform_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
      quota_id    = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
      suspended   = false
    }
    
    # Only use the import statement, if you want to import an existing scf organization
    import {
      to = stackit_scf_organization.import-example
      id = "${var.project_id},${var.region},${var.org_id}"
    }
    

    Create ScfOrganization Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ScfOrganization(name: string, args: ScfOrganizationArgs, opts?: CustomResourceOptions);
    @overload
    def ScfOrganization(resource_name: str,
                        args: ScfOrganizationArgs,
                        opts: Optional[ResourceOptions] = None)
    
    @overload
    def ScfOrganization(resource_name: str,
                        opts: Optional[ResourceOptions] = None,
                        project_id: Optional[str] = None,
                        name: Optional[str] = None,
                        platform_id: Optional[str] = None,
                        quota_id: Optional[str] = None,
                        region: Optional[str] = None,
                        suspended: Optional[bool] = None)
    func NewScfOrganization(ctx *Context, name string, args ScfOrganizationArgs, opts ...ResourceOption) (*ScfOrganization, error)
    public ScfOrganization(string name, ScfOrganizationArgs args, CustomResourceOptions? opts = null)
    public ScfOrganization(String name, ScfOrganizationArgs args)
    public ScfOrganization(String name, ScfOrganizationArgs args, CustomResourceOptions options)
    
    type: stackit:ScfOrganization
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args ScfOrganizationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ScfOrganizationArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ScfOrganizationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ScfOrganizationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ScfOrganizationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var scfOrganizationResource = new Stackit.ScfOrganization("scfOrganizationResource", new()
    {
        ProjectId = "string",
        Name = "string",
        PlatformId = "string",
        QuotaId = "string",
        Region = "string",
        Suspended = false,
    });
    
    example, err := stackit.NewScfOrganization(ctx, "scfOrganizationResource", &stackit.ScfOrganizationArgs{
    	ProjectId:  pulumi.String("string"),
    	Name:       pulumi.String("string"),
    	PlatformId: pulumi.String("string"),
    	QuotaId:    pulumi.String("string"),
    	Region:     pulumi.String("string"),
    	Suspended:  pulumi.Bool(false),
    })
    
    var scfOrganizationResource = new ScfOrganization("scfOrganizationResource", ScfOrganizationArgs.builder()
        .projectId("string")
        .name("string")
        .platformId("string")
        .quotaId("string")
        .region("string")
        .suspended(false)
        .build());
    
    scf_organization_resource = stackit.ScfOrganization("scfOrganizationResource",
        project_id="string",
        name="string",
        platform_id="string",
        quota_id="string",
        region="string",
        suspended=False)
    
    const scfOrganizationResource = new stackit.ScfOrganization("scfOrganizationResource", {
        projectId: "string",
        name: "string",
        platformId: "string",
        quotaId: "string",
        region: "string",
        suspended: false,
    });
    
    type: stackit:ScfOrganization
    properties:
        name: string
        platformId: string
        projectId: string
        quotaId: string
        region: string
        suspended: false
    

    ScfOrganization Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The ScfOrganization resource accepts the following input properties:

    ProjectId string
    The ID of the project associated with the organization
    Name string
    The name of the organization
    PlatformId string
    The ID of the platform associated with the organization
    QuotaId string
    The ID of the quota associated with the organization
    Region string
    The resource region. If not defined, the provider region is used
    Suspended bool
    A boolean indicating whether the organization is suspended
    ProjectId string
    The ID of the project associated with the organization
    Name string
    The name of the organization
    PlatformId string
    The ID of the platform associated with the organization
    QuotaId string
    The ID of the quota associated with the organization
    Region string
    The resource region. If not defined, the provider region is used
    Suspended bool
    A boolean indicating whether the organization is suspended
    projectId String
    The ID of the project associated with the organization
    name String
    The name of the organization
    platformId String
    The ID of the platform associated with the organization
    quotaId String
    The ID of the quota associated with the organization
    region String
    The resource region. If not defined, the provider region is used
    suspended Boolean
    A boolean indicating whether the organization is suspended
    projectId string
    The ID of the project associated with the organization
    name string
    The name of the organization
    platformId string
    The ID of the platform associated with the organization
    quotaId string
    The ID of the quota associated with the organization
    region string
    The resource region. If not defined, the provider region is used
    suspended boolean
    A boolean indicating whether the organization is suspended
    project_id str
    The ID of the project associated with the organization
    name str
    The name of the organization
    platform_id str
    The ID of the platform 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
    suspended bool
    A boolean indicating whether the organization is suspended
    projectId String
    The ID of the project associated with the organization
    name String
    The name of the organization
    platformId String
    The ID of the platform associated with the organization
    quotaId String
    The ID of the quota associated with the organization
    region String
    The resource region. If not defined, the provider region is used
    suspended Boolean
    A boolean indicating whether the organization is suspended

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ScfOrganization resource produces the following output properties:

    CreatedAt string
    The time when the organization was created
    Id string
    The provider-assigned unique ID for this managed resource.
    OrgId string
    The ID of the Cloud Foundry Organization
    Status string
    The status of the organization (e.g., deleting, delete_failed)
    UpdatedAt string
    The time when the organization was last updated
    CreatedAt string
    The time when the organization was created
    Id string
    The provider-assigned unique ID for this managed resource.
    OrgId string
    The ID of the Cloud Foundry Organization
    Status string
    The status of the organization (e.g., deleting, delete_failed)
    UpdatedAt string
    The time when the organization was last updated
    createdAt String
    The time when the organization was created
    id String
    The provider-assigned unique ID for this managed resource.
    orgId String
    The ID of the Cloud Foundry Organization
    status String
    The status of the organization (e.g., deleting, delete_failed)
    updatedAt String
    The time when the organization was last updated
    createdAt string
    The time when the organization was created
    id string
    The provider-assigned unique ID for this managed resource.
    orgId string
    The ID of the Cloud Foundry Organization
    status string
    The status of the organization (e.g., deleting, delete_failed)
    updatedAt string
    The time when the organization was last updated
    created_at str
    The time when the organization was created
    id str
    The provider-assigned unique ID for this managed resource.
    org_id str
    The ID of the Cloud Foundry Organization
    status str
    The status of the organization (e.g., deleting, delete_failed)
    updated_at str
    The time when the organization was last updated
    createdAt String
    The time when the organization was created
    id String
    The provider-assigned unique ID for this managed resource.
    orgId String
    The ID of the Cloud Foundry Organization
    status String
    The status of the organization (e.g., deleting, delete_failed)
    updatedAt String
    The time when the organization was last updated

    Look up Existing ScfOrganization Resource

    Get an existing ScfOrganization resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: ScfOrganizationState, opts?: CustomResourceOptions): ScfOrganization
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            created_at: Optional[str] = None,
            name: Optional[str] = None,
            org_id: Optional[str] = None,
            platform_id: Optional[str] = None,
            project_id: Optional[str] = None,
            quota_id: Optional[str] = None,
            region: Optional[str] = None,
            status: Optional[str] = None,
            suspended: Optional[bool] = None,
            updated_at: Optional[str] = None) -> ScfOrganization
    func GetScfOrganization(ctx *Context, name string, id IDInput, state *ScfOrganizationState, opts ...ResourceOption) (*ScfOrganization, error)
    public static ScfOrganization Get(string name, Input<string> id, ScfOrganizationState? state, CustomResourceOptions? opts = null)
    public static ScfOrganization get(String name, Output<String> id, ScfOrganizationState state, CustomResourceOptions options)
    resources:  _:    type: stackit:ScfOrganization    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    CreatedAt string
    The time when the organization was created
    Name string
    The name of the organization
    OrgId string
    The ID of the Cloud Foundry Organization
    PlatformId string
    The ID of the platform associated with the organization
    ProjectId string
    The ID of the project associated with the organization
    QuotaId 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
    UpdatedAt string
    The time when the organization was last updated
    CreatedAt string
    The time when the organization was created
    Name string
    The name of the organization
    OrgId string
    The ID of the Cloud Foundry Organization
    PlatformId string
    The ID of the platform associated with the organization
    ProjectId string
    The ID of the project associated with the organization
    QuotaId 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
    UpdatedAt string
    The time when the organization was last updated
    createdAt String
    The time when the organization was created
    name String
    The name of the organization
    orgId String
    The ID of the Cloud Foundry Organization
    platformId String
    The ID of the platform associated with the organization
    projectId String
    The ID of the project associated with the organization
    quotaId 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
    updatedAt String
    The time when the organization was last updated
    createdAt string
    The time when the organization was created
    name string
    The name of the organization
    orgId string
    The ID of the Cloud Foundry Organization
    platformId string
    The ID of the platform associated with the organization
    projectId string
    The ID of the project associated with the organization
    quotaId 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
    updatedAt string
    The time when the organization was last updated
    created_at str
    The time when the organization was created
    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
    createdAt String
    The time when the organization was created
    name String
    The name of the organization
    orgId String
    The ID of the Cloud Foundry Organization
    platformId String
    The ID of the platform associated with the organization
    projectId String
    The ID of the project associated with the organization
    quotaId 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
    updatedAt 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 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.