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 Platform datasource schema.
Example Usage
data "stackit_scf_platform" "example" {
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
platform_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}
Using getScfPlatform
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 getScfPlatform(args: GetScfPlatformArgs, opts?: InvokeOptions): Promise<GetScfPlatformResult>
function getScfPlatformOutput(args: GetScfPlatformOutputArgs, opts?: InvokeOptions): Output<GetScfPlatformResult>def get_scf_platform(platform_id: Optional[str] = None,
project_id: Optional[str] = None,
region: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetScfPlatformResult
def get_scf_platform_output(platform_id: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[str]] = None,
region: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetScfPlatformResult]func GetScfPlatform(ctx *Context, args *GetScfPlatformArgs, opts ...InvokeOption) (*GetScfPlatformResult, error)
func GetScfPlatformOutput(ctx *Context, args *GetScfPlatformOutputArgs, opts ...InvokeOption) GetScfPlatformResultOutput> Note: This function is named GetScfPlatform in the Go SDK.
public static class GetScfPlatform
{
public static Task<GetScfPlatformResult> InvokeAsync(GetScfPlatformArgs args, InvokeOptions? opts = null)
public static Output<GetScfPlatformResult> Invoke(GetScfPlatformInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetScfPlatformResult> getScfPlatform(GetScfPlatformArgs args, InvokeOptions options)
public static Output<GetScfPlatformResult> getScfPlatform(GetScfPlatformArgs args, InvokeOptions options)
fn::invoke:
function: stackit:index/getScfPlatform:getScfPlatform
arguments:
# arguments dictionaryThe following arguments are supported:
- Platform
Id string - The unique id of the platform
- Project
Id string - The ID of the project associated with the platform
- Region string
- The region where the platform is located. If not defined, the provider region is used
- Platform
Id string - The unique id of the platform
- Project
Id string - The ID of the project associated with the platform
- Region string
- The region where the platform is located. If not defined, the provider region is used
- platform
Id String - The unique id of the platform
- project
Id String - The ID of the project associated with the platform
- region String
- The region where the platform is located. If not defined, the provider region is used
- platform
Id string - The unique id of the platform
- project
Id string - The ID of the project associated with the platform
- region string
- The region where the platform is located. If not defined, the provider region is used
- platform_
id str - The unique id of the platform
- project_
id str - The ID of the project associated with the platform
- region str
- The region where the platform is located. If not defined, the provider region is used
- platform
Id String - The unique id of the platform
- project
Id String - The ID of the project associated with the platform
- region String
- The region where the platform is located. If not defined, the provider region is used
getScfPlatform Result
The following output properties are available:
- Api
Url string - The CF API Url of the platform
- Console
Url string - The Stratos URL of the platform
- Display
Name string - The name of the platform
- Id string
- Platform
Id string - The unique id of the platform
- Project
Id string - The ID of the project associated with the platform
- Region string
- The region where the platform is located. If not defined, the provider region is used
- System
Id string - The ID of the platform System
- Api
Url string - The CF API Url of the platform
- Console
Url string - The Stratos URL of the platform
- Display
Name string - The name of the platform
- Id string
- Platform
Id string - The unique id of the platform
- Project
Id string - The ID of the project associated with the platform
- Region string
- The region where the platform is located. If not defined, the provider region is used
- System
Id string - The ID of the platform System
- api
Url String - The CF API Url of the platform
- console
Url String - The Stratos URL of the platform
- display
Name String - The name of the platform
- id String
- platform
Id String - The unique id of the platform
- project
Id String - The ID of the project associated with the platform
- region String
- The region where the platform is located. If not defined, the provider region is used
- system
Id String - The ID of the platform System
- api
Url string - The CF API Url of the platform
- console
Url string - The Stratos URL of the platform
- display
Name string - The name of the platform
- id string
- platform
Id string - The unique id of the platform
- project
Id string - The ID of the project associated with the platform
- region string
- The region where the platform is located. If not defined, the provider region is used
- system
Id string - The ID of the platform System
- api_
url str - The CF API Url of the platform
- console_
url str - The Stratos URL of the platform
- display_
name str - The name of the platform
- id str
- platform_
id str - The unique id of the platform
- project_
id str - The ID of the project associated with the platform
- region str
- The region where the platform is located. If not defined, the provider region is used
- system_
id str - The ID of the platform System
- api
Url String - The CF API Url of the platform
- console
Url String - The Stratos URL of the platform
- display
Name String - The name of the platform
- id String
- platform
Id String - The unique id of the platform
- project
Id String - The ID of the project associated with the platform
- region String
- The region where the platform is located. If not defined, the provider region is used
- system
Id String - The ID of the platform System
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
