published on Friday, Feb 20, 2026 by stackitcloud
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:
- Project
Id string - The ID of the project associated with the organization
- Name string
- The name of the organization
- Platform
Id string - The ID of the platform 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
- Suspended bool
- A boolean indicating whether the organization is suspended
- Project
Id string - The ID of the project associated with the organization
- Name string
- The name of the organization
- Platform
Id string - The ID of the platform 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
- Suspended bool
- A boolean indicating whether the organization is suspended
- project
Id String - The ID of the project associated with the organization
- name String
- The name of the organization
- platform
Id String - The ID of the platform 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
- suspended Boolean
- A boolean indicating whether the organization is suspended
- project
Id string - The ID of the project associated with the organization
- name string
- The name of the organization
- platform
Id string - The ID of the platform 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
- 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
- project
Id String - The ID of the project associated with the organization
- name String
- The name of the organization
- platform
Id String - The ID of the platform 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
- 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:
- Created
At string - The time when the organization was created
- Id string
- The provider-assigned unique ID for this managed resource.
- Org
Id string - The ID of the Cloud Foundry Organization
- Status string
- The status of the organization (e.g., deleting, delete_failed)
- Updated
At string - The time when the organization was last updated
- Created
At string - The time when the organization was created
- Id string
- The provider-assigned unique ID for this managed resource.
- Org
Id string - The ID of the Cloud Foundry Organization
- Status string
- The status of the organization (e.g., deleting, delete_failed)
- Updated
At string - The time when the organization was last updated
- created
At String - The time when the organization was created
- id String
- The provider-assigned unique ID for this managed resource.
- org
Id String - The ID of the Cloud Foundry Organization
- status String
- The status of the organization (e.g., deleting, delete_failed)
- updated
At String - The time when the organization was last updated
- created
At string - The time when the organization was created
- id string
- The provider-assigned unique ID for this managed resource.
- org
Id string - The ID of the Cloud Foundry Organization
- status string
- The status of the organization (e.g., deleting, delete_failed)
- updated
At 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
- created
At String - The time when the organization was created
- id String
- The provider-assigned unique ID for this managed resource.
- org
Id String - The ID of the Cloud Foundry Organization
- status String
- The status of the organization (e.g., deleting, delete_failed)
- updated
At 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) -> ScfOrganizationfunc 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.
- Created
At string - The time when the organization was created
- 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
- 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
- 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
- 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
- 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
- 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.
published on Friday, Feb 20, 2026 by stackitcloud
